ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
ilAssLacConditionParserException.php
Go to the documentation of this file.
1
<?php
2
27
class
ilAssLacConditionParserException
extends
ilAssLacException
implements
ilAssLacFormAlertProvider
28
{
32
protected
$column
;
33
37
public
function
__construct
(
$column
)
38
{
39
$this->column =
$column
;
40
41
parent::__construct
(sprintf(
42
'The expression at position "%s" is not valid'
,
43
$this->
getColumn
()
44
));
45
}
46
50
public
function
getColumn
():
int
51
{
52
return
$this->column
;
53
}
54
59
public
function
getFormAlert
(
ilLanguage
$lng
): string
60
{
61
return
sprintf(
62
$lng->
txt
(
"ass_lac_invalid_statement"
),
63
$this->
getColumn
()
64
);
65
}
66
}
ilAssLacConditionParserException\getFormAlert
getFormAlert(ilLanguage $lng)
Definition:
ilAssLacConditionParserException.php:59
ilLanguage
ilAssLacConditionParserException\getColumn
getColumn()
Definition:
ilAssLacConditionParserException.php:50
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
ilAssLacConditionParserException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAssLacConditionParserException.php:27
ilAssLacFormAlertProvider
Definition:
ilAssLacFormAlertProvider.php:25
ilAssLacConditionParserException\$column
$column
Definition:
ilAssLacConditionParserException.php:32
ilAssLacConditionParserException\__construct
__construct($column)
Definition:
ilAssLacConditionParserException.php:37
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
$lng
global $lng
Definition:
privfeed.php:31
ilAssLacException
Definition:
ilAssLacException.php:25
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
TestQuestionPool
classes
questions
LogicalAnswerCompare
Exception
ilAssLacConditionParserException.php
Generated on Mon Apr 7 2025 23:04:42 for ILIAS by
1.8.13 (using
Doxyfile
)