ILIAS
release_8 Revision v8.23
◀ 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.
Modules
TestQuestionPool
classes
questions
LogicalAnswerCompare
ilAssLacCompositeInterface.php
Generated on Sun Aug 31 2025 22:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)