PHP 클래스 BookStack\Chapter

상속: extends Entity
파일 보기 프로젝트 열기: ssddanbrown/bookstack 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable

공개 메소드들

메소드 설명
book ( ) : BelongsTo 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.

메소드 상세

book() 공개 메소드

Get the book this chapter is within.
public book ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

getExcerpt() 공개 메소드

Get an excerpt of this chapter's description to the specified length or less.
public getExcerpt ( integer $length = 100 ) : string
$length integer
리턴 string

getUrl() 공개 메소드

Get the url of this chapter.
public getUrl ( string | boolean $path = false ) : string
$path string | boolean
리턴 string

pages() 공개 메소드

Get the pages that this chapter contains.
public pages ( ) : mixed
리턴 mixed

프로퍼티 상세

$fillable 보호되어 있는 프로퍼티

protected $fillable