ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
}
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:172
$lng
$lng
Definition:
save_question_post_data.php:24
ilAssLacUnsupportedOperation
Definition:
ilAssLacUnsupportedOperation.php:28
ilAssLacUnsupportedOperation\$operator
$operator
Definition:
ilAssLacUnsupportedOperation.php:33
ilAssLacUnsupportedOperation\getOperator
getOperator()
Definition:
ilAssLacUnsupportedOperation.php:51
ilAssLacFormAlertProvider
Definition:
ilAssLacFormAlertProvider.php:25
ilAssLacUnsupportedOperation\getFormAlert
getFormAlert(ilLanguage $lng)
Definition:
ilAssLacUnsupportedOperation.php:60
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilAssLacUnsupportedOperation\__construct
__construct($operator)
Definition:
ilAssLacUnsupportedOperation.php:38
ilAssLacException
Definition:
ilAssLacException.php:25
Modules
TestQuestionPool
classes
questions
LogicalAnswerCompare
Exception
ilAssLacUnsupportedOperation.php
Generated on Tue Apr 8 2025 22:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)