PHP 클래스 Nahid\Talk\Messages\Message

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$table
$touches

공개 메소드들

메소드 설명
conversation ( ) * make a relation between conversation model
getHumansTimeAttribute ( ) * make dynamic attribute for human readable time
sender ( ) * its an alias of user relation
user ( ) * make a relation between user model

메소드 상세

conversation() 공개 메소드

* make a relation between conversation model
public conversation ( )

getHumansTimeAttribute() 공개 메소드

* make dynamic attribute for human readable time

sender() 공개 메소드

* its an alias of user relation
public sender ( )

user() 공개 메소드

* make a relation between user model
public user ( )

프로퍼티 상세

$fillable 공개적으로 프로퍼티

public $fillable

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

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps

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

protected $touches