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

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

 __construct ($key, $property)
 
- Открытые члены унаследованные от LazyValueLoader
 __construct ($key)
 
 __toString ()
 
 getValue ()
 

Защищенные члены

 load ()
 
 getFormatFunction ()
 

Дополнительные унаследованные члены

- Защищенные данные унаследованные от LazyValueLoader
 $value = null
 
 $key = null
 

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

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

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

◆ __construct()

__construct ( $key,
$property )
Аргументы
integer$keyIblock element identifier.
array | mixed$propertyIblock property array.

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

Методы

◆ getFormatFunction()

getFormatFunction ( )
protected

Retruns GetPublicViewHTML handler function for $this->property. Returns false if no handler defined.

Возвращает
callable|false

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

◆ load()

load ( )
protected

Actual work method which have to retrieve data from the DB.

Возвращает
mixed

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

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