PHP Класс DvsField

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

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

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

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

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

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

Метод Описание
getScopeAttribute ( ) : string Let's us know if the scope of this field is global or page
getValueAttribute ( ) : FieldValue Accessor on this model to get value for the latestVersion of this field
getValuesAttribute ( ) : FieldValue Sometimes we've been using values instead of value so this is here for backwards compatability support
pageVersion ( ) : belongsTo This field belongs to a page

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

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

Let's us know if the scope of this field is global or page
public getScopeAttribute ( ) : string
Результат string

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

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

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

Sometimes we've been using values instead of value so this is here for backwards compatability support
public getValuesAttribute ( ) : FieldValue
Результат FieldValue

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

This field belongs to a page
public pageVersion ( ) : belongsTo
Результат belongsTo

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

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

protected $_value

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

protected $appends

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

protected $dates

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

public $dvs_type

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

protected $guarded

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

protected $softDelete

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

protected $table