PHP Класс Corcel\PostMeta

Наследование: extends Model
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$timestamps

Защищенные свойства (Protected)

Свойство Тип Описание
$appends array The accessors to append to the model's array form.
$fillable
$primaryKey
$table

Открытые методы

Метод Описание
getValueAttribute ( ) : value Gets the value.
newCollection ( array $models = [] ) : PostMetaCollection Override newCollection() to return a custom collection
post ( $ref = false ) : BelongsTo Post relationship
taxonomy ( $primary = null, $where = null ) : Illuminate\Database\Eloquent\Relations\Relation Taxonomy relationship from the meta_value.

Описание методов

getValueAttribute() публичный Метод

Tries to unserialize the object and returns the value if that doesn't work.
public getValueAttribute ( ) : value
Результат value

newCollection() публичный Метод

Override newCollection() to return a custom collection
public newCollection ( array $models = [] ) : PostMetaCollection
$models array
Результат PostMetaCollection

post() публичный Метод

Post relationship
public post ( $ref = false ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo

taxonomy() публичный Метод

Taxonomy relationship from the meta_value.
public taxonomy ( $primary = null, $where = null ) : Illuminate\Database\Eloquent\Relations\Relation
Результат Illuminate\Database\Eloquent\Relations\Relation

Описание свойств

$appends защищенное свойство

The accessors to append to the model's array form.
protected array $appends
Результат array

$fillable защищенное свойство

protected $fillable

$primaryKey защищенное свойство

protected $primaryKey

$table защищенное свойство

protected $table

$timestamps публичное свойство

public $timestamps