ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ilAssLacMissingBracket.php
Go to the documentation of this file.
1
<?php
2
28
class
ilAssLacMissingBracket
extends
ilAssLacException
implements
ilAssLacFormAlertProvider
29
{
33
protected
$bracket
;
34
38
public
function
__construct
(
$bracket
)
39
{
40
$this->bracket =
$bracket
;
41
42
parent::__construct
(sprintf(
43
'There is a bracket "%s" missing in the condition'
,
44
$this->
getBracket
()
45
));
46
}
47
51
public
function
getBracket
(): string
52
{
53
return
$this->bracket
;
54
}
55
60
public
function
getFormAlert
(
ilLanguage
$lng
): string
61
{
62
return
sprintf(
63
$lng
->txt(
"ass_lac_missing_bracket"
),
64
$this->getBracket()
65
);
66
}
67
}
ilAssLacException
Definition:
ilAssLacException.php:26
ilAssLacMissingBracket
Definition:
ilAssLacMissingBracket.php:29
ilAssLacMissingBracket\__construct
__construct($bracket)
Definition:
ilAssLacMissingBracket.php:38
ilAssLacMissingBracket\$bracket
$bracket
Definition:
ilAssLacMissingBracket.php:33
ilAssLacMissingBracket\getBracket
getBracket()
Definition:
ilAssLacMissingBracket.php:51
ilAssLacMissingBracket\getFormAlert
getFormAlert(ilLanguage $lng)
Definition:
ilAssLacMissingBracket.php:60
ilLanguage
language handling
Definition:
class.ilLanguage.php:44
ilAssLacFormAlertProvider
Definition:
ilAssLacFormAlertProvider.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:37
$lng
$lng
Definition:
save_question_post_data.php:24
Modules
TestQuestionPool
classes
questions
LogicalAnswerCompare
Exception
ilAssLacMissingBracket.php
Generated on Sun Nov 2 2025 22:01:25 for ILIAS by
1.9.4 (using
Doxyfile
)