ILIAS  Release_4_0_x_branch Revision 61816
 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 
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 ?>