ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilAssLacCompositeInterface.php
Go to the documentation of this file.
1 <?php
11 {
12 
18  public function addNode(ilAssLacCompositeInterface $node);
19 
25  public function describe();
26 
32  public function getDescription();
33 }
addNode(ilAssLacCompositeInterface $node)
Adds an CompositeInterface object to the node array which represents the condition tree structure...
getDescription()
Get a human readable description of the Composite element.
describe()
Describes a Composite tree Structure as human readable string.