PHP Класс DvsGlobalField

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

Защищенные свойства (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

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

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

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

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

protected $_value

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

protected $appends

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

protected $dates

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

protected $guarded

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

protected $softDelete

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

protected $table