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
class.ilConditionOperatorFactory.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
14
class
ilConditionOperatorFactory
15
{
19
public
function
__construct
()
20
{
21
}
22
28
public
function
passed
() : string
29
{
30
return
ilConditionHandler::OPERATOR_PASSED
;
31
}
32
38
public
function
finished
() : string
39
{
40
return
ilConditionHandler::OPERATOR_FINISHED
;
41
}
42
48
public
function
notFinished
() : string
49
{
50
return
ilConditionHandler::OPERATOR_NOT_FINISHED
;
51
}
52
58
public
function
notMember
() : string
59
{
60
return
ilConditionHandler::OPERATOR_NOT_MEMBER
;
61
}
62
68
public
function
failed
() : string
69
{
70
return
ilConditionHandler::OPERATOR_FAILED
;
71
}
72
78
public
function
learningProgress
() : string
79
{
80
return
ilConditionHandler::OPERATOR_LP
;
81
}
82
88
public
function
accreditedOrPassed
() : string
89
{
90
return
ilConditionHandler::OPERATOR_ACCREDITED_OR_PASSED
;
91
}
92
}
ilConditionOperatorFactory\passed
passed()
Passed operator.
Definition:
class.ilConditionOperatorFactory.php:28
ilConditionOperatorFactory\notFinished
notFinished()
Not finished operator.
Definition:
class.ilConditionOperatorFactory.php:48
ilConditionHandler\OPERATOR_FAILED
const OPERATOR_FAILED
Definition:
class.ilConditionHandler.php:85
ilConditionHandler\OPERATOR_FINISHED
const OPERATOR_FINISHED
Definition:
class.ilConditionHandler.php:82
ilConditionOperatorFactory\finished
finished()
Finished operator.
Definition:
class.ilConditionOperatorFactory.php:38
ilConditionOperatorFactory\learningProgress
learningProgress()
Learning progress (passed) operator.
Definition:
class.ilConditionOperatorFactory.php:78
ilConditionHandler\OPERATOR_PASSED
const OPERATOR_PASSED
Definition:
class.ilConditionHandler.php:81
ilConditionOperatorFactory\failed
failed()
Failed operator.
Definition:
class.ilConditionOperatorFactory.php:68
ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED
const OPERATOR_ACCREDITED_OR_PASSED
Definition:
class.ilConditionHandler.php:87
ilConditionHandler\OPERATOR_NOT_FINISHED
const OPERATOR_NOT_FINISHED
Definition:
class.ilConditionHandler.php:83
ilConditionOperatorFactory\__construct
__construct()
Constructor.
Definition:
class.ilConditionOperatorFactory.php:19
ilConditionOperatorFactory
Currently wraps standard operator constants.
Definition:
class.ilConditionOperatorFactory.php:14
ilConditionOperatorFactory\notMember
notMember()
Not member operator.
Definition:
class.ilConditionOperatorFactory.php:58
ilConditionOperatorFactory\accreditedOrPassed
accreditedOrPassed()
Accredited or passed operator.
Definition:
class.ilConditionOperatorFactory.php:88
ilConditionHandler\OPERATOR_NOT_MEMBER
const OPERATOR_NOT_MEMBER
Definition:
class.ilConditionHandler.php:84
ilConditionHandler\OPERATOR_LP
const OPERATOR_LP
Definition:
class.ilConditionHandler.php:86
Services
Conditions
classes
class.ilConditionOperatorFactory.php
Generated on Wed Apr 2 2025 21:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)