Property | Type | Description | |
---|---|---|---|
$timestamps |
Property | Type | Description | |
---|---|---|---|
$appends | array | The accessors to append to the model's array form. | |
$fillable | |||
$primaryKey | |||
$table |
Method | Description | |
---|---|---|
getValueAttribute ( ) : value | Gets the value. | |
newCollection ( array $models = [] ) : |
Override newCollection() to return a custom collection | |
post ( $ref = false ) : |
Post relationship | |
taxonomy ( $primary = null, $where = null ) : Illuminate\Database\Eloquent\Relations\Relation | Taxonomy relationship from the meta_value. |
public getValueAttribute ( ) : value | ||
return | value |
public newCollection ( array $models = [] ) : |
||
$models | array | |
return |
public post ( $ref = false ) : |
||
return |
public taxonomy ( $primary = null, $where = null ) : Illuminate\Database\Eloquent\Relations\Relation | ||
return | Illuminate\Database\Eloquent\Relations\Relation |
protected array $appends | ||
return | array |