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