ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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}
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.