ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:27
ilAssLacCompositeInterface\describe
describe()
Describes a Composite tree Structure as human readable string.
ilAssLacCompositeInterface\getDescription
getDescription()
Get a human readable description of the Composite element.
ilAssLacCompositeInterface\addNode
addNode(ilAssLacCompositeInterface $node)
Adds an CompositeInterface object to the node array which represents the condition tree structure.
components
ILIAS
TestQuestionPool
classes
questions
LogicalAnswerCompare
ilAssLacCompositeInterface.php
Generated on Sun Oct 19 2025 23:04:27 for ILIAS by
1.9.4 (using
Doxyfile
)