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

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

 addChild (NodeBase $child)
 
 setModifiers ($modifiers)
 
- Открытые члены унаследованные от NodeBase
 process (Entity\Base $entity)
 

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

 $children = array()
 
 $modifiers = array()
 

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

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

Методы

◆ addChild()

addChild ( NodeBase $child)

Appends a child to the children collection.

Аргументы
NodeBase$childObject to be added as a child.
Возвращает
void

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

◆ setModifiers()

setModifiers ( $modifiers)

Sets modifiers to be used at the last stage of processing.

Аргументы
string$modifiersString which contains modifiers.
Возвращает
void

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

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

◆ $children

$children = array()
protected

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

◆ $modifiers

$modifiers = array()
protected

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