ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
ilAssLacConditionParserException.php
Go to the documentation of this file.
1
<?php
2
3
require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacException.php'
;
4
require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacFormAlertProvider.php'
;
5
14
class
ilAssLacConditionParserException
extends
ilAssLacException
implements
ilAssLacFormAlertProvider
15
{
19
protected
$column
;
20
24
public
function
__construct
(
$column
)
25
{
26
$this->column =
$column
;
27
28
parent::__construct
(sprintf(
29
'The expression at position "%s" is not valid'
,
30
$this->
getColumn
()
31
));
32
}
33
37
public
function
getColumn
()
38
{
39
return
$this->column
;
40
}
41
46
public
function
getFormAlert
(
ilLanguage
$lng
)
47
{
48
return
sprintf(
49
$lng->
txt
(
"ass_lac_invalid_statement"
),
50
$this->
getColumn
()
51
);
52
}
53
}
ilAssLacConditionParserException\getFormAlert
getFormAlert(ilLanguage $lng)
Definition:
ilAssLacConditionParserException.php:46
ilLanguage
ilAssLacConditionParserException\getColumn
getColumn()
Definition:
ilAssLacConditionParserException.php:37
ilAssLacConditionParserException
Class ConditionParserException.
Definition:
ilAssLacConditionParserException.php:14
ilAssLacFormAlertProvider
Definition:
ilAssLacFormAlertProvider.php:10
$lng
$lng
Definition:
save_question_post_data.php:23
ilAssLacConditionParserException\$column
$column
Definition:
ilAssLacConditionParserException.php:19
ilAssLacConditionParserException\__construct
__construct($column)
Definition:
ilAssLacConditionParserException.php:24
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
ilLanguage\txt
txt($a_topic, $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:257
ilAssLacException
Definition:
ilAssLacException.php:12
Modules
TestQuestionPool
classes
questions
LogicalAnswerCompare
Exception
ilAssLacConditionParserException.php
Generated on Sun Apr 6 2025 21:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)