PHP 클래스 app\models\Expense

상속: extends yii\db\ActiveRecord
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dates array
$fillable array
$presenter string

공개 메소드들

메소드 설명
account ( ) : BelongsTo
amountWithTax ( )
client ( ) : mixed
convertedAmount ( ) : float
documents ( ) : mixed
expense_category ( ) : BelongsTo
getDisplayName ( ) : mixed
getEntityType ( ) : mixed
getImportColumns ( )
getImportMap ( )
getName ( ) : mixed
getRoute ( ) : string
invoice ( ) : mixed
isExchanged ( ) : boolean
scopeBankId ( $query, null $bankdId = null ) : mixed
toArray ( ) : array
user ( ) : mixed
vendor ( ) : mixed

메소드 상세

account() 공개 메소드

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

amountWithTax() 공개 메소드

public amountWithTax ( )

client() 공개 메소드

public client ( ) : mixed
리턴 mixed

convertedAmount() 공개 메소드

public convertedAmount ( ) : float
리턴 float

documents() 공개 메소드

public documents ( ) : mixed
리턴 mixed

expense_category() 공개 메소드

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

getDisplayName() 공개 메소드

public getDisplayName ( ) : mixed
리턴 mixed

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getImportColumns() 공개 정적인 메소드

public static getImportColumns ( )

getImportMap() 공개 정적인 메소드

public static getImportMap ( )

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getRoute() 공개 메소드

public getRoute ( ) : string
리턴 string

invoice() 공개 메소드

public invoice ( ) : mixed
리턴 mixed

isExchanged() 공개 메소드

public isExchanged ( ) : boolean
리턴 boolean

scopeBankId() 공개 메소드

public scopeBankId ( $query, null $bankdId = null ) : mixed
$query
$bankdId null
리턴 mixed

toArray() 공개 메소드

public toArray ( ) : array
리턴 array

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

vendor() 공개 메소드

public vendor ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array

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

protected array $fillable
리턴 array

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

protected string $presenter
리턴 string