BidIncrement
class BidIncrement extends Model (View source)
Traits
EloquentJoins\ModelTrait
Properties
bool | $timestamps | Indicates if the model should be timestamped. | from Model |
Methods
mixed
__get(
string $property)
Mustard uses camel case for class properties, and snake case for database columns.
from
Model
getRelationValue($key)
Get a relationship. We override this method from the parent to add a camel_case() conversion for the key.
from
Model
__set(
string $property,
mixed $value)
Mustard uses camel case for class properties, and snake case for database columns.
from
Model
static
float
getMinimumNextBid(
float $amount)
Return the minimum next bid for an amount.
Details
in
Model at line 45
mixed
__get(
string $property)
Mustard uses camel case for class properties, and snake case for database columns.
in
Model at line 54
getRelationValue($key)
Get a relationship. We override this method from the parent to add a camel_case() conversion for the key.
in
Model at line 79
__set(
string $property,
mixed $value)
Mustard uses camel case for class properties, and snake case for database columns.
in
Model at line 84
getUrlAttribute()
in
Model at line 89
getSlugAttribute()
at line 46
static
float
getMinimumNextBid(
float $amount)
Return the minimum next bid for an amount.