PHP Класс Carbon_Fields\Field\Select_Field

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

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

Метод Описание
template ( ) The main Underscore template of this field.
to_json ( boolean $load ) : array Returns an array that holds the field data, suitable for JSON representation.

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

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

The main Underscore template of this field.
public template ( )

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

This data will be available in the Underscore template and the Backbone Model.
public to_json ( boolean $load ) : array
$load boolean Should the value be loaded from the database or use the value from the current instance.
Результат array