ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
class.ilContactWS.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
ilDatabaseSelectionWS
extends
ilWorkflowStep
12
{
16
function
__construct
($a_setup)
17
{
18
$this->setup = $a_setup;
19
$this->
setTitle
(
$lng
->txt(
"db_selection"
));
20
}
21
25
function
hasRun
()
26
{
27
return
false
;
28
}
29
33
function
isFulfilled
()
34
{
35
return
false
;
36
}
37
}
38
39
?>
setup
classes
class.ilContactWS.php
Generated on Wed Apr 27 2016 19:01:54 for ILIAS by
1.8.1.2 (using
Doxyfile
)