PHP 클래스 Nahid\Talk\Conversations\Conversation

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: nahid/talk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$fillable
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$table

공개 메소드들

메소드 설명
messages ( ) * make a relation between message
userone ( ) * make a relation between first user from conversation
usertwo ( ) * make a relation between second user from conversation

메소드 상세

messages() 공개 메소드

return collection
public messages ( )

userone() 공개 메소드

return collection
public userone ( )

usertwo() 공개 메소드

return collection
public usertwo ( )

프로퍼티 상세

$fillable 공개적으로 프로퍼티

public $fillable

$table 보호되어 있는 프로퍼티

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps