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

static void
bootRecycling()

Model recycling events.

from Recycling
MorphMany
recycled()

Recycled Model records.

from Recycling
getTable()

Determine the model table name

HasMany
exchangeRates()

Currency Exchange Rates.

object
attributes()

Currency attributes.

Details

in Recycling at line 26
static void bootRecycling()

Model recycling events.

Return Value

void

in Recycling at line 69
MorphMany recycled()

Recycled Model records.

Return Value

MorphMany

in ModelTablePrefix at line 20
getTable()

Determine the model table name

at line 50
HasMany exchangeRates()

Currency Exchange Rates.

Return Value

HasMany

at line 60
object attributes()

Currency attributes.

Return Value

object