PHP Class app\models\Expense

Inheritance: extends yii\db\ActiveRecord
Afficher le fichier Open project: hillelcoren/invoice-ninja Class Usage Examples

Protected Properties

Свойство Type Description
$dates array
$fillable array
$presenter string

Méthodes publiques

Méthode Description
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

Method Details

account() public méthode

public account ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

amountWithTax() public méthode

public amountWithTax ( )

client() public méthode

public client ( ) : mixed
Résultat mixed

convertedAmount() public méthode

public convertedAmount ( ) : float
Résultat float

documents() public méthode

public documents ( ) : mixed
Résultat mixed

expense_category() public méthode

public expense_category ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

getDisplayName() public méthode

public getDisplayName ( ) : mixed
Résultat mixed

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed

getImportColumns() public static méthode

public static getImportColumns ( )

getImportMap() public static méthode

public static getImportMap ( )

getName() public méthode

public getName ( ) : mixed
Résultat mixed

getRoute() public méthode

public getRoute ( ) : string
Résultat string

invoice() public méthode

public invoice ( ) : mixed
Résultat mixed

isExchanged() public méthode

public isExchanged ( ) : boolean
Résultat boolean

scopeBankId() public méthode

public scopeBankId ( $query, null $bankdId = null ) : mixed
$query
$bankdId null
Résultat mixed

toArray() public méthode

public toArray ( ) : array
Résultat array

user() public méthode

public user ( ) : mixed
Résultat mixed

vendor() public méthode

public vendor ( ) : mixed
Résultat mixed

Property Details

$dates protected_oe property

protected array $dates
Résultat array

$fillable protected_oe property

protected array $fillable
Résultat array

$presenter protected_oe property

protected string $presenter
Résultat string