ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilAssLacCompositeInterface.php
Go to the documentation of this file.
1<?php
11
17 public function addNode(ilAssLacCompositeInterface $node);
18
24 public function describe();
25
31 public function getDescription();
32}
describe()
Describes a Composite tree Structure as human readable string.
getDescription()
Get a human readable description of the Composite element.
addNode(ilAssLacCompositeInterface $node)
Adds an CompositeInterface object to the node array which represents the condition tree structure.