40 $this->nodes[] = $node;
50 if (\count($this->nodes) > 0) {
51 $description .=
"(" . $this->nodes[0]->describe();
54 if (\count($this->nodes) > 0) {
55 $description .= $this->nodes[1]->describe() .
") ";
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getDescription()
Get a human readable description of the Composite element.
describe()
Describes a Composite tree Structure as human readable string.
addNode(ilAssLacCompositeInterface $node)
Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree struc...