Vat
class Vat extends Model implements Segragatable, Recyclable
Class Vat
Traits
Properties
protected array | $fillable | The attributes that are mass assignable. | |
Entity | $entity | ||
string | $code | ||
string | $name | ||
float | $rate | ||
Carbon | $destroyed_at | ||
Carbon | $deleted_at |
Methods
object
attributes()
Vat attributes.
Details
in Segragating at line 29
static null
bootSegragating()
Register EntityScope for Model.
in Segragating at line 54
HasOne
entity()
Model's Parent Entity.
in Recycling at line 26
static void
bootRecycling()
Model recycling events.
in Recycling at line 69
MorphMany
recycled()
Recycled Model records.
in ModelTablePrefix at line 20
getTable()
Determine the model table name
at line 56
object
attributes()
Vat attributes.