PHP Class app\models\BankSubaccount

Inheritance: extends EntityModel, use trait Illuminate\Database\Eloquent\SoftDeletes
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Protected Properties

Property Type Description
$dates array

Public Methods

Method Description
bank_account ( ) : BelongsTo
getEntityType ( ) : mixed

Method Details

bank_account() public method

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

getEntityType() public method

public getEntityType ( ) : mixed
return mixed

Property Details

$dates protected property

protected array $dates
return array