Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс EntitySelectorFieldAdapter

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

 __construct (array $fieldOptions=[])
 
 getLabel (string $value)
 
 getLabels (array $values)
 

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

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

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

◆ __construct()

__construct ( array $fieldOptions = [])

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

Методы

◆ getLabel()

getLabel ( string $value)

Get label (title) of entity selected in filter

Аргументы
string$valueEntity id or JSON with entity type id and entity id
Возвращает
string

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

◆ getLabels()

getLabels ( array $values)

Get labels (titles) of entities selected in filter

Аргументы
array$valuesArray of entity ids or array of JSON with entity type id and entity id
Возвращает
array
Исключения

Bitrix\Main\LoaderException

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