PHP 클래스 BookStack\Activity

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ssddanbrown/bookstack

공개 메소드들

메소드 설명
entity ( ) Get the entity for this activity.
getText ( ) Returns text from the language files, Looks up by using the activity key.
isSimilarTo ( $activityB ) : boolean Checks if another Activity matches the general information of another.
user ( ) : BelongsTo Get the user this activity relates to.

메소드 상세

entity() 공개 메소드

Get the entity for this activity.
public entity ( )

getText() 공개 메소드

Returns text from the language files, Looks up by using the activity key.
public getText ( )

isSimilarTo() 공개 메소드

Checks if another Activity matches the general information of another.
public isSimilarTo ( $activityB ) : boolean
$activityB
리턴 boolean

user() 공개 메소드

Get the user this activity relates to.
public user ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo