ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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.
php
Modules
TestQuestionPool
classes
questions
LogicalAnswerCompare
ilAssLacCompositeInterface.php
Generated on Fri Jan 24 2025 19:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)