PHP 클래스 app\models\Document

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$allowedMimes array
$extraExtensions array
$types array

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array

공개 메소드들

메소드 설명
account ( ) : BelongsTo
cloneDocument ( ) : mixed
expense ( ) : mixed
fill ( array $attributes )
getClientUrl ( $invitation ) : Illuminate\Contracts\Routing\UrlGenerator | string
getClientVFSJSUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | null | string
getDirectFileUrl ( $path, $disk, boolean $prioritizeSpeed = false ) : null | string
getDirectPreviewUrl ( ) : null | string
getDirectUrl ( ) : null | string
getDisk ( ) : mixed
getEntityType ( ) : mixed
getPreviewUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | null | string
getRaw ( ) : mixed
getRawPreview ( ) : mixed
getStream ( ) : mixed
getUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | string
getVFSJSUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | null | string
invoice ( ) : mixed
isPDFEmbeddable ( ) : boolean
setDiskAttribute ( $value )
toArray ( ) : array
user ( ) : mixed

메소드 상세

account() 공개 메소드

public account ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

cloneDocument() 공개 메소드

public cloneDocument ( ) : mixed
리턴 mixed

expense() 공개 메소드

public expense ( ) : mixed
리턴 mixed

fill() 공개 메소드

public fill ( array $attributes )
$attributes array

getClientUrl() 공개 메소드

public getClientUrl ( $invitation ) : Illuminate\Contracts\Routing\UrlGenerator | string
$invitation
리턴 Illuminate\Contracts\Routing\UrlGenerator | string

getClientVFSJSUrl() 공개 메소드

public getClientVFSJSUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | null | string
리턴 Illuminate\Contracts\Routing\UrlGenerator | null | string

getDirectFileUrl() 공개 정적인 메소드

public static getDirectFileUrl ( $path, $disk, boolean $prioritizeSpeed = false ) : null | string
$path
$disk
$prioritizeSpeed boolean
리턴 null | string

getDirectPreviewUrl() 공개 메소드

public getDirectPreviewUrl ( ) : null | string
리턴 null | string

getDirectUrl() 공개 메소드

public getDirectUrl ( ) : null | string
리턴 null | string

getDisk() 공개 메소드

public getDisk ( ) : mixed
리턴 mixed

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getPreviewUrl() 공개 메소드

public getPreviewUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | null | string
리턴 Illuminate\Contracts\Routing\UrlGenerator | null | string

getRaw() 공개 메소드

public getRaw ( ) : mixed
리턴 mixed

getRawPreview() 공개 메소드

public getRawPreview ( ) : mixed
리턴 mixed

getStream() 공개 메소드

public getStream ( ) : mixed
리턴 mixed

getUrl() 공개 메소드

public getUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | string
리턴 Illuminate\Contracts\Routing\UrlGenerator | string

getVFSJSUrl() 공개 메소드

public getVFSJSUrl ( ) : Illuminate\Contracts\Routing\UrlGenerator | null | string
리턴 Illuminate\Contracts\Routing\UrlGenerator | null | string

invoice() 공개 메소드

public invoice ( ) : mixed
리턴 mixed

isPDFEmbeddable() 공개 메소드

public isPDFEmbeddable ( ) : boolean
리턴 boolean

setDiskAttribute() 공개 메소드

public setDiskAttribute ( $value )
$value

toArray() 공개 메소드

public toArray ( ) : array
리턴 array

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

프로퍼티 상세

$allowedMimes 공개적으로 정적으로 프로퍼티

public static array $allowedMimes
리턴 array

$extraExtensions 공개적으로 정적으로 프로퍼티

public static array $extraExtensions
리턴 array

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

protected array $fillable
리턴 array

$types 공개적으로 정적으로 프로퍼티

public static array $types
리턴 array