3 include_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/ilAssLacCompositeInterface.php';
26 $this->nodes[] = $node;
36 if(\count($this->nodes) > 0) $description .=
"(" . $this->nodes[0]->describe();
38 if(\count($this->nodes) > 0) $description .= $this->nodes[1]->describe() .
") ";
Class CompositeInterface.
getDescription()
Get a human readable description of the Composite element.
describe()
Describes a Composite tree Structure as human readable string.
Create styles array
The data for the language used.
addNode(ilAssLacCompositeInterface $node)
Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree struc...