Currency
class Currency extends Model implements Recyclable
Class Currency
Traits
Properties
protected array | $fillable | The attributes that are mass assignable. | |
string | $currency_code | ||
string | $name | ||
Carbon | $destroyed_at | ||
Carbon | $deleted_at |
Methods
HasMany
exchangeRates()
Currency Exchange Rates.
object
attributes()
Currency attributes.
Details
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 50
HasMany
exchangeRates()
Currency Exchange Rates.
at line 60
object
attributes()
Currency attributes.