Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Select
+ Граф наследования:Select:

Открытые члены

 __construct ($code, array $params=array())
 
 isEmptyValue ()
 
 isMulti ()
 
 viewForm (array $params=array())
 
 getName ($nameFormat)
 
 getOptions ()
 
- Открытые члены унаследованные от Field
 setValue ($value)
 
 getValue ()
 
 getHelpValue ()
 
 isHtmlHelp ()
 
 isSearchable ()
 
 setCode ($code)
 
 getCode ()
 
 getLabel ()
 
 getType ()
 
 __toString ()
 

Защищенные данные

 $options = array()
 
 $multiple = false
 
- Защищенные данные унаследованные от Field
 $id
 
 $code
 
 $value
 
 $title
 
 $default
 
 $help
 
 $htmlHelp
 
 $searchable = false
 
 $fetchModificator = null
 

Подробное описание

См. определение в файле select.php строка 8

Конструктор(ы)

◆ __construct()

__construct ( $code,
array $params = array() )

Class constructor.

Аргументы
string$codeField code.
array$paramsField params.

Переопределяет метод предка Field.

См. определение в файле select.php строка 27

Методы

◆ getName()

getName ( $nameFormat)

Creates select name in correct format.

Возвращает
string $nameFormat Formatted name.
string

См. определение в файле select.php строка 97

◆ getOptions()

getOptions ( )

Get options as array

Возвращает
array

См. определение в файле select.php строка 108

◆ isEmptyValue()

isEmptyValue ( )

Gets true, if current value is empty.

Возвращает
bool

Переопределяет метод предка Field.

См. определение в файле select.php строка 44

◆ isMulti()

isMulti ( )

Multiple or not current field.

Возвращает
bool

См. определение в файле select.php строка 54

◆ viewForm()

viewForm ( array $params = array())

Vew field.

Аргументы
array$paramsArray params: name - field name class - css-class for this element additional - some additional params as is.
Возвращает
void

Переопределяет метод предка Field.

См. определение в файле select.php строка 67

Данные класса

◆ $multiple

$multiple = false
protected

См. определение в файле select.php строка 20

◆ $options

$options = array()
protected

См. определение в файле select.php строка 14