PHP 클래스 BookStack\Attachment

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

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable

공개 메소드들

메소드 설명
getFileName ( ) : mixed | string Get the downloadable file name for this upload.
getUrl ( ) : string Get the url of this file.
page ( ) : Page Get the page this file was uploaded to.

메소드 상세

getFileName() 공개 메소드

Get the downloadable file name for this upload.
public getFileName ( ) : mixed | string
리턴 mixed | string

getUrl() 공개 메소드

Get the url of this file.
public getUrl ( ) : string
리턴 string

page() 공개 메소드

Get the page this file was uploaded to.
public page ( ) : Page
리턴 Page

프로퍼티 상세

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

protected $fillable