PHP Class app\models\BankAccount

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Protected Properties

Property Type Description
$dates array

Public Methods

Method Description
bank ( ) : BelongsTo
bank_subaccounts ( ) : Illuminate\Database\Eloquent\Relations\HasMany
getEntityType ( ) : mixed

Method Details

bank() public method

public bank ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

bank_subaccounts() public method

public bank_subaccounts ( ) : Illuminate\Database\Eloquent\Relations\HasMany
return Illuminate\Database\Eloquent\Relations\HasMany

getEntityType() public method

public getEntityType ( ) : mixed
return mixed

Property Details

$dates protected property

protected array $dates
return array