PHP Класс BookStack\PageRevision

Наследование: extends Illuminate\Database\Eloquent\Model
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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