Свойство | Type | Description | |
---|---|---|---|
$timestamps |
Свойство | Type | Description | |
---|---|---|---|
$appends | array | The accessors to append to the model's array form. | |
$fillable | |||
$primaryKey | |||
$table |
Méthode | 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 | ||
Résultat | value |
public newCollection ( array $models = [] ) : |
||
$models | array | |
Résultat |
public post ( $ref = false ) : |
||
Résultat |
public taxonomy ( $primary = null, $where = null ) : Illuminate\Database\Eloquent\Relations\Relation | ||
Résultat | Illuminate\Database\Eloquent\Relations\Relation |
protected array $appends | ||
Résultat | array |