ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.