| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilAssLacAbstractComposite:
 Collaboration diagram for ilAssLacAbstractComposite:Public Member Functions | |
| addNode (ilAssLacCompositeInterface $node) | |
| Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree structure.  More... | |
| describe () | |
| Describes a Composite tree Structure as human readable string.  More... | |
  Public Member Functions inherited from ilAssLacCompositeInterface | |
| getDescription () | |
| Get a human readable description of the Composite element.  More... | |
Data Fields | |
| $nodes = array() | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class AbstractComposite
Date: 25.03.13 Time: 10:05
Definition at line 26 of file ilAssLacAbstractComposite.php.
| ilAssLacAbstractComposite::addNode | ( | ilAssLacCompositeInterface | $node | ) | 
Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree structure.
| ilAssLacCompositeInterface | $node | 
Implements ilAssLacCompositeInterface.
Definition at line 38 of file ilAssLacAbstractComposite.php.
| ilAssLacAbstractComposite::describe | ( | ) | 
Describes a Composite tree Structure as human readable string.
Implements ilAssLacCompositeInterface.
Definition at line 47 of file ilAssLacAbstractComposite.php.
References ilAssLacCompositeInterface\getDescription().
 Here is the call graph for this function:| ilAssLacAbstractComposite::$nodes = array() | 
Definition at line 31 of file ilAssLacAbstractComposite.php.