ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilDatabaseSelectionWS.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 ?>
setTitle($a_val)
Set title.
Database selection workflow step.
global $lng
Definition: privfeed.php:40
__construct($a_setup)
Constructor.