ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
ilAssLacCompositeInterface.php
Go to the documentation of this file.
1
<?php
10
interface
ilAssLacCompositeInterface
{
11
17
public
function
addNode
(
ilAssLacCompositeInterface
$node);
18
24
public
function
describe
();
25
31
public
function
getDescription
();
32
}
ilAssLacCompositeInterface
Class CompositeInterface.
Definition:
ilAssLacCompositeInterface.php:10
ilAssLacCompositeInterface\addNode
addNode(ilAssLacCompositeInterface $node)
Adds an CompositeInterface object to the node array which represents the condition tree structure...
ilAssLacCompositeInterface\getDescription
getDescription()
Get a human readable description of the Composite element.
ilAssLacCompositeInterface\describe
describe()
Describes a Composite tree Structure as human readable string.
Modules
TestQuestionPool
classes
questions
LogicalAnswerCompare
ilAssLacCompositeInterface.php
Generated on Wed Aug 27 2025 19:00:48 for ILIAS by
1.8.13 (using
Doxyfile
)