Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Admin_Apple_Settings_Section
is_multiple
Admin_Apple_Settings_Section::is_multiple PHP Метод
Документация по классу Admin_Apple_Settings_Section
Показать файл
Открыть проект
is_multiple()
защищенный
Метод
Check if the field can hold multiple values.
protected
is_multiple
(
string
$name
) :
boolean
$name
string
Результат
boolean
protected function is_multiple($name) { return !empty($this->settings[$name]['multiple']); }
Admin_Apple_Settings_Section
__construct
after_section
before_section
get_default_for
get_description_for
get_section_info
get_size_for
get_type_for
get_value
groups
id
is_multiple
is_required
name
render_field
sanitize_array
save_settings