PHP 클래스 BookStack\Ownable

상속: extends Model
파일 보기 프로젝트 열기: ssddanbrown/bookstack 1 사용 예제들

공개 메소드들

메소드 설명
createdBy ( ) : BelongsTo Relation for the user that created this entity.
getClassName ( ) : string Gets the class name.
updatedBy ( ) : BelongsTo Relation for the user that updated this entity.

메소드 상세

createdBy() 공개 메소드

Relation for the user that created this entity.
public createdBy ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

getClassName() 공개 정적인 메소드

Gets the class name.
public static getClassName ( ) : string
리턴 string

updatedBy() 공개 메소드

Relation for the user that updated this entity.
public updatedBy ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo