PHP Class app\models\ExpenseCategory

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
$fillable array
$presenter string

Méthodes publiques

Méthode Description
expense ( ) : BelongsTo
getEntityType ( ) : mixed
getRoute ( ) : string

Method Details

expense() public méthode

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

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed

getRoute() public méthode

public getRoute ( ) : string
Résultat string

Property Details

$fillable protected_oe property

protected array $fillable
Résultat array

$presenter protected_oe property

protected string $presenter
Résultat string