ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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
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?>
Database selection workflow step.
__construct($a_setup)
Constructor.
isFulfilled()
Is fulfilled.
setTitle($a_val)
Set title.
global $lng
Definition: privfeed.php:40