ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilAssLacCompositeInterface.php
Go to the documentation of this file.
1
<?php
2
26
interface
ilAssLacCompositeInterface
27
{
33
public
function
addNode
(
ilAssLacCompositeInterface
$node);
34
40
public
function
describe
(): string;
41
47
public
function
getDescription
(): string;
48
}
ilAssLacCompositeInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAssLacCompositeInterface.php:26
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.
components
ILIAS
TestQuestionPool
classes
questions
LogicalAnswerCompare
ilAssLacCompositeInterface.php
Generated on Wed Sep 10 2025 15:16:39 for ILIAS by
1.8.13 (using
Doxyfile
)