class Model extends Model (View source)

Traits

EloquentJoins\ModelTrait

Properties

bool $timestamps Indicates if the model should be timestamped.

Methods

mixed
__get( string $property)

Mustard uses camel case for class properties, and snake case for database columns.

getRelationValue($key)

Get a relationship. We override this method from the parent to add a camel_case() conversion for the key.

__set( string $property, mixed $value)

Mustard uses camel case for class properties, and snake case for database columns.

getUrlAttribute()

No description

getSlugAttribute()

No description

Details

at line 45
mixed __get( string $property)

Mustard uses camel case for class properties, and snake case for database columns.

Parameters

string $property

Return Value

mixed

at line 54
getRelationValue($key)

Get a relationship. We override this method from the parent to add a camel_case() conversion for the key.

Parameters

$key

at line 79
__set( string $property, mixed $value)

Mustard uses camel case for class properties, and snake case for database columns.

Parameters

string $property
mixed $value

at line 84
getUrlAttribute()

at line 89
getSlugAttribute()