PHP Класс Carbon_Fields\Field\Sidebar_Field

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

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

Метод Описание
disable_add_new ( ) Disable adding new sidebars.
exclude_sidebars ( array $sidebars ) Specify sidebars to be excluded.
to_json ( boolean $load ) : array Returns an array that holds the field data, suitable for JSON representation.

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

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

Disable adding new sidebars.
public disable_add_new ( )

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

Specify sidebars to be excluded.
public exclude_sidebars ( array $sidebars )
$sidebars array

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