ILIAS  release_7 Revision v7.30-3-g800a261c036
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.