PHP Class app\models\ExpenseCategory

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

Protected Properties

Property Type Description
$fillable array
$presenter string

Public Methods

Method Description
expense ( ) : BelongsTo
getEntityType ( ) : mixed
getRoute ( ) : string

Method Details

expense() public method

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

getEntityType() public method

public getEntityType ( ) : mixed
return mixed

getRoute() public method

public getRoute ( ) : string
return string

Property Details

$fillable protected property

protected array $fillable
return array

$presenter protected property

protected string $presenter
return string