PHP Class app\models\TaxRate

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

Public Methods

Method Description
__toString ( ) : boolean | string
getEntityType ( ) : mixed
user ( ) : mixed

Method Details

__toString() public method

public __toString ( ) : boolean | string
return boolean | string

getEntityType() public method

public getEntityType ( ) : mixed
return mixed

user() public method

public user ( ) : mixed
return mixed

Property Details

$dates protected property

protected array $dates
return array

$fillable protected property

protected array $fillable
return array