Property | Type | Description | |
---|---|---|---|
$fillable |
Method | Description | |
---|---|---|
book ( ) : |
Get the book this chapter is within. | |
getExcerpt ( integer $length = 100 ) : string | Get an excerpt of this chapter's description to the specified length or less. | |
getUrl ( string | boolean $path = false ) : string | Get the url of this chapter. | |
pages ( ) : mixed | Get the pages that this chapter contains. |
public book ( ) : |
||
return |
public getExcerpt ( integer $length = 100 ) : string | ||
$length | integer | |
return | string |