ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssLacCompositeInterface.php
Go to the documentation of this file.
1 <?php
2 
27 {
33  public function addNode(ilAssLacCompositeInterface $node);
34 
40  public function describe(): string;
41 
47  public function getDescription(): string;
48 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addNode(ilAssLacCompositeInterface $node)
Adds an CompositeInterface object to the node array which represents the condition tree structure...
getDescription()
Get a human readable description of the Composite element.
describe()
Describes a Composite tree Structure as human readable string.