ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilAssLacAbstractOperation.php
Go to the documentation of this file.
1
<?php
2
26
abstract
class
ilAssLacAbstractOperation
extends
ilAssLacAbstractComposite
27
{
31
protected
$negated
=
false
;
32
36
abstract
public
function
getPattern
(): string;
37
41
public
function
setNegated
(
$negated
): void
42
{
43
$this->negated =
$negated
;
44
}
45
49
public
function
isNegated
(): bool
50
{
51
return
$this->negated
;
52
}
53
}
ilAssLacAbstractComposite
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAssLacAbstractComposite.php:27
ilAssLacAbstractOperation
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAssLacAbstractOperation.php:27
ilAssLacAbstractOperation\isNegated
isNegated()
Definition:
ilAssLacAbstractOperation.php:49
ilAssLacAbstractOperation\getPattern
getPattern()
ilAssLacAbstractOperation\$negated
$negated
Definition:
ilAssLacAbstractOperation.php:31
ilAssLacAbstractOperation\setNegated
setNegated($negated)
Definition:
ilAssLacAbstractOperation.php:41
components
ILIAS
TestQuestionPool
classes
questions
LogicalAnswerCompare
Operations
ilAssLacAbstractOperation.php
Generated on Sat Oct 18 2025 23:04:35 for ILIAS by
1.9.4 (using
Doxyfile
)