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}
An exception for terminatinating execution or to throw for unit testing.
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.