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

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

 __construct ($entityField="")
 
 process (Entity\Base $entity)
 

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

 $entityField = ""
 

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

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

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

◆ __construct()

__construct ( $entityField = "")

Initializes the object. $entityName and $entityField is case insensitive.

Аргументы
string$entityFieldField of the Entity.

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

Методы

◆ process()

process ( Entity\Base $entity)

Calls "resolve" method of the $entity. On success returns field value of the resolved. Otherwise returns empty string.

Аргументы
Entity\Base$entitySets the context of processing.
Возвращает
string

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

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

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

◆ $entityField

$entityField = ""
protected

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