ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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...
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.