PHP Класс BookStack\Book

Наследование: extends Entity
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$fillable

Открытые методы

Метод Описание
chapters ( ) : Illuminate\Database\Eloquent\Relations\HasMany Get all chapters within this book.
getEditUrl ( ) * Get the edit url for this book.
getExcerpt ( integer $length = 100 ) : string Get an excerpt of this book's description to the specified length or less.
getUrl ( string | boolean $path = false ) : string Get the url for this book.
pages ( ) : Illuminate\Database\Eloquent\Relations\HasMany Get all pages within this book.

Описание методов

chapters() публичный Метод

Get all chapters within this book.
public chapters ( ) : Illuminate\Database\Eloquent\Relations\HasMany
Результат Illuminate\Database\Eloquent\Relations\HasMany

getEditUrl() публичный Метод

* Get the edit url for this book.
public getEditUrl ( )

getExcerpt() публичный Метод

Get an excerpt of this book's description to the specified length or less.
public getExcerpt ( integer $length = 100 ) : string
$length integer
Результат string

getUrl() публичный Метод

Get the url for this book.
public getUrl ( string | boolean $path = false ) : string
$path string | boolean
Результат string

pages() публичный Метод

Get all pages within this book.
public pages ( ) : Illuminate\Database\Eloquent\Relations\HasMany
Результат Illuminate\Database\Eloquent\Relations\HasMany

Описание свойств

$fillable защищенное свойство

protected $fillable