ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilAssLacUnableToParseCondition.php
Go to the documentation of this file.
1
<?php
2
28
class
ilAssLacUnableToParseCondition
extends
ilAssLacException
implements
ilAssLacFormAlertProvider
29
{
33
protected
$condition
;
34
35
40
public
function
__construct
(
$condition
)
41
{
42
$this->condition =
$condition
;
43
44
parent::__construct
(sprintf(
45
'The parser is unable to parse the condition "%s"'
,
46
$this->
getCondition
()
47
));
48
}
49
53
public
function
getCondition
(): string
54
{
55
return
$this->condition
;
56
}
57
62
public
function
getFormAlert
(
ilLanguage
$lng
): string
63
{
64
return
sprintf(
65
$lng->
txt
(
"ass_lac_unable_to_parse_condition"
),
66
$this->
getCondition
()
67
);
68
}
69
}
ilLanguage
ilLanguage\txt
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Definition:
class.ilLanguage.php:170
ilAssLacUnableToParseCondition\__construct
__construct($condition)
Definition:
ilAssLacUnableToParseCondition.php:40
ilAssLacUnableToParseCondition\getCondition
getCondition()
Definition:
ilAssLacUnableToParseCondition.php:53
ilAssLacFormAlertProvider
Definition:
ilAssLacFormAlertProvider.php:25
ilAssLacUnableToParseCondition\getFormAlert
getFormAlert(ilLanguage $lng)
Definition:
ilAssLacUnableToParseCondition.php:62
ilAssLacUnableToParseCondition\$condition
$condition
Definition:
ilAssLacUnableToParseCondition.php:33
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilAssLacUnableToParseCondition
Definition:
ilAssLacUnableToParseCondition.php:28
$lng
global $lng
Definition:
privfeed.php:31
ilAssLacException
Definition:
ilAssLacException.php:25
components
ILIAS
TestQuestionPool
classes
questions
LogicalAnswerCompare
Exception
ilAssLacUnableToParseCondition.php
Generated on Sun Aug 31 2025 23:04:04 for ILIAS by
1.8.13 (using
Doxyfile
)