PHP Class app\models\Credit

Inheritance: extends EntityModel, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Laracasts\Presenter\PresentableTrait
Afficher le fichier Open project: hillelcoren/invoice-ninja Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
account ( ) : BelongsTo
apply ( $amount ) : mixed
client ( ) : mixed
getEntityType ( ) : mixed
getName ( ) : string
invoice ( ) : mixed
user ( ) : mixed

Method Details

account() public méthode

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

apply() public méthode

public apply ( $amount ) : mixed
$amount
Résultat mixed

client() public méthode

public client ( ) : mixed
Résultat mixed

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : string
Résultat string

invoice() public méthode

public invoice ( ) : mixed
Résultat mixed

user() public méthode

public user ( ) : mixed
Résultat mixed

Property Details

$dates protected_oe property

protected array $dates
Résultat array

$presenter protected_oe property

protected string $presenter
Résultat string