Свойство | Тип | Описание | |
---|---|---|---|
$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. |
public chapters ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
Результат | Illuminate\Database\Eloquent\Relations\HasMany |
public getExcerpt ( integer $length = 100 ) : string | ||
$length | integer | |
Результат | string |
public pages ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
Результат | Illuminate\Database\Eloquent\Relations\HasMany |