Property | Type | Description | |
---|---|---|---|
$fillable |
Method | Description | |
---|---|---|
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 | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public getExcerpt ( integer $length = 100 ) : string | ||
$length | integer | |
return | string |
public pages ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |