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

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

 process (Entity\Base $entity)
 

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

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

Методы

◆ process()

process ( Entity\Base $entity)
abstract

Converts internal contents of the node into external presentation. It's a string or an array of strings.

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

Переопределяется в NodeText, NodeEntityField и NodeFunction.