PHP 클래스 BookStack\Book

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

보호된 프로퍼티들

프로퍼티 타입 설명
$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