PHP Класс DvsPageVersion

Наследование: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$guarded
$softDelete
$table

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

Метод Описание
collectionFields ( ) Page version has many collection fields
collectionInstances ( ) Page version has many collection instances
fields ( ) Page version has many fields
getValuesAttribute ( ) : FieldValue Accessor on this model to get value for the latestVersion of this field
page ( ) : belongsTo Page versions belong to a page

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

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

Page version has many collection fields
public collectionFields ( )

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

Page version has many collection instances
public collectionInstances ( )

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

Page version has many fields
public fields ( )

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

Accessor on this model to get value for the latestVersion of this field
public getValuesAttribute ( ) : FieldValue
Результат FieldValue

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

Page versions belong to a page
public page ( ) : belongsTo
Результат belongsTo Page

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

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

protected $guarded

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

protected $softDelete

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

protected $table