ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilAssLacUnsupportedOperation.php
Go to the documentation of this file.
1
<?php
2
28
class
ilAssLacUnsupportedOperation
extends
ilAssLacException
implements
ilAssLacFormAlertProvider
29
{
33
protected
$operator
;
34
38
public
function
__construct
(
$operator
)
39
{
40
$this->
operator
=
$operator
;
41
42
parent::__construct
(sprintf(
43
'The operator "%s" is not supported'
,
44
$this->
getOperator
()
45
));
46
}
47
51
public
function
getOperator
(): string
52
{
53
return
$this->operator
;
54
}
55
60
public
function
getFormAlert
(
ilLanguage
$lng
): string
61
{
62
return
sprintf(
63
$lng
->txt(
"ass_lac_operator_not_supported"
),
64
$this->getOperator()
65
);
66
}
67
}
ilAssLacException
Definition:
ilAssLacException.php:26
ilAssLacUnsupportedOperation
Definition:
ilAssLacUnsupportedOperation.php:29
ilAssLacUnsupportedOperation\__construct
__construct($operator)
Definition:
ilAssLacUnsupportedOperation.php:38
ilAssLacUnsupportedOperation\getFormAlert
getFormAlert(ilLanguage $lng)
Definition:
ilAssLacUnsupportedOperation.php:60
ilAssLacUnsupportedOperation\$operator
$operator
Definition:
ilAssLacUnsupportedOperation.php:33
ilAssLacUnsupportedOperation\getOperator
getOperator()
Definition:
ilAssLacUnsupportedOperation.php:51
ilLanguage
language handling
Definition:
class.ilLanguage.php:43
ilAssLacFormAlertProvider
Definition:
ilAssLacFormAlertProvider.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
$lng
global $lng
Definition:
privfeed.php:31
components
ILIAS
TestQuestionPool
classes
questions
LogicalAnswerCompare
Exception
ilAssLacUnsupportedOperation.php
Generated on Sat Oct 18 2025 23:04:35 for ILIAS by
1.9.4 (using
Doxyfile
)