ExchangeRate
class ExchangeRate extends Model implements Segragatable, Recyclable
Class ExchangeRate
Traits
Properties
protected array | $fillable | The attributes that are mass assignable. | |
Entity | $entity | ||
Currency | $currency | ||
Carbon | $valid_from | ||
Carbon | $valid_to | ||
float | $rate | ||
Carbon | $destroyed_at | ||
Carbon | $deleted_at |
Methods
BelongsTo
currency()
Exchange Rate Currency.
object
attributes()
ExchangeRate 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 58
BelongsTo
currency()
Exchange Rate Currency.
at line 68
object
attributes()
ExchangeRate attributes