PHP 클래스 BookStack\PageRevision

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

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable

공개 메소드들

메소드 설명
createdBy ( ) : BelongsTo Get the user that created the page revision
getPrevious ( ) : PageRevision | null Get the previous revision for the same page if existing
getUrl ( null | string $path = null ) : string Get the url for this revision.
page ( ) : BelongsTo Get the page this revision originates from.

메소드 상세

createdBy() 공개 메소드

Get the user that created the page revision
public createdBy ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

getPrevious() 공개 메소드

Get the previous revision for the same page if existing
public getPrevious ( ) : PageRevision | null
리턴 PageRevision | null

getUrl() 공개 메소드

Get the url for this revision.
public getUrl ( null | string $path = null ) : string
$path null | string
리턴 string

page() 공개 메소드

Get the page this revision originates from.
public page ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

프로퍼티 상세

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

protected $fillable