ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
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
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
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.ilBasicDataWS.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11
class
ilBasicDataWS
extends
ilWorkflowStep
12
{
16
function
__construct
($a_setup)
17
{
18
$this->setup = $a_setup;
19
$this->
setTitle
(
$lng
->txt(
"setup_process_step_ini"
));
20
}
21
25
function
hasRun
()
26
{
27
return
false
;
28
}
29
33
function
isFulfilled
()
34
{
35
return
false
;
36
}
37
}
38
39
?>
ilBasicDataWS\hasRun
hasRun()
Has run.
Definition:
class.ilBasicDataWS.php:25
ilWorkflowStep\setTitle
setTitle($a_val)
Set title.
Definition:
class.ilWorkflowStep.php:18
ilBasicDataWS
Database selection workflow step.
Definition:
class.ilBasicDataWS.php:11
ilBasicDataWS\__construct
__construct($a_setup)
Constructor.
Definition:
class.ilBasicDataWS.php:16
ilBasicDataWS\isFulfilled
isFulfilled()
Is fulfilled.
Definition:
class.ilBasicDataWS.php:33
ilWorkflowStep
Workflow step.
Definition:
class.ilWorkflowStep.php:11
$lng
global $lng
Definition:
privfeed.php:40
setup
classes
class.ilBasicDataWS.php
Generated on Mon Dec 21 2020 19:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)