ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.