|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class AbstractComposite. 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 | |
| addNode (ilAssLacCompositeInterface $node) | |
| Adds an CompositeInterface object to the node array which represents the condition tree structure. More... | |
| describe () | |
| Describes a Composite tree Structure as human readable string. More... | |
| getDescription () | |
| Get a human readable description of the Composite element. More... | |
Data Fields | |
| $nodes = array() | |
Class AbstractComposite.
Date: 25.03.13 Time: 10:05
Definition at line 12 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 24 of file ilAssLacAbstractComposite.php.
| ilAssLacAbstractComposite::describe | ( | ) |
Describes a Composite tree Structure as human readable string.
Implements ilAssLacCompositeInterface.
Definition at line 33 of file ilAssLacAbstractComposite.php.
References ilAssLacCompositeInterface\getDescription().
Here is the call graph for this function:| ilAssLacAbstractComposite::$nodes = array() |
Definition at line 17 of file ilAssLacAbstractComposite.php.