ILIAS  release_4-4 Revision
ilDatabaseSelectionWS Class Reference

Database selection workflow step. More...

+ Inheritance diagram for ilDatabaseSelectionWS:
+ Collaboration diagram for ilDatabaseSelectionWS:

Public Member Functions

 __construct ($a_setup)
 Constructor. More...
 
 hasRun ()
 Has run. More...
 
 isFulfilled ()
 Is fulfilled. More...
 
 __construct ($a_setup)
 Constructor. More...
 
 hasRun ()
 Has run. More...
 
 isFulfilled ()
 Is fulfilled. More...
 
 __construct ($a_setup)
 Constructor. More...
 
 hasRun ()
 Has run. More...
 
 isFulfilled ()
 Is fulfilled. More...
 
 __construct ($a_setup)
 Constructor. More...
 
 hasRun ()
 Has run. More...
 
 isFulfilled ()
 Is fulfilled. More...
 
- Public Member Functions inherited from ilWorkflowStep
 setTitle ($a_val)
 Set title. More...
 
 getTitle ()
 Get title. More...
 
 hasRun ()
 Has run. More...
 
 isFulfilled ()
 Is fulfilled. More...
 

Detailed Description

Database selection workflow step.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilContactWS.php.

Constructor & Destructor Documentation

◆ __construct() [1/4]

ilDatabaseSelectionWS::__construct (   $a_setup)

Constructor.

Definition at line 16 of file class.ilContactWS.php.

References $lng, and ilWorkflowStep\setTitle().

17  {
18  $this->setup = $a_setup;
19  $this->setTitle($lng->txt("db_selection"));
20  }
setTitle($a_val)
Set title.
global $lng
Definition: privfeed.php:40
+ Here is the call graph for this function:

◆ __construct() [2/4]

ilDatabaseSelectionWS::__construct (   $a_setup)

Constructor.

Definition at line 16 of file class.ilDatabaseSelectionWS.php.

References $lng, and ilWorkflowStep\setTitle().

17  {
18  $this->setup = $a_setup;
19  $this->setTitle($lng->txt("db_selection"));
20  }
setTitle($a_val)
Set title.
global $lng
Definition: privfeed.php:40
+ Here is the call graph for this function:

◆ __construct() [3/4]

ilDatabaseSelectionWS::__construct (   $a_setup)

Constructor.

Definition at line 16 of file class.ilInstallDBWS.php.

References $lng, and ilWorkflowStep\setTitle().

17  {
18  $this->setup = $a_setup;
19  $this->setTitle($lng->txt("db_selection"));
20  }
setTitle($a_val)
Set title.
global $lng
Definition: privfeed.php:40
+ Here is the call graph for this function:

◆ __construct() [4/4]

ilDatabaseSelectionWS::__construct (   $a_setup)

Constructor.

Definition at line 16 of file class.ilRegisterWS.php.

References $lng, and ilWorkflowStep\setTitle().

17  {
18  $this->setup = $a_setup;
19  $this->setTitle($lng->txt("db_selection"));
20  }
setTitle($a_val)
Set title.
global $lng
Definition: privfeed.php:40
+ Here is the call graph for this function:

Member Function Documentation

◆ hasRun() [1/4]

ilDatabaseSelectionWS::hasRun ( )

Has run.

Determine whether the step has already run

Definition at line 25 of file class.ilContactWS.php.

26  {
27  return false;
28  }

◆ hasRun() [2/4]

ilDatabaseSelectionWS::hasRun ( )

Has run.

Determine whether the step has already run

Definition at line 25 of file class.ilInstallDBWS.php.

26  {
27  return false;
28  }

◆ hasRun() [3/4]

ilDatabaseSelectionWS::hasRun ( )

Has run.

Determine whether the step has already run

Definition at line 25 of file class.ilRegisterWS.php.

26  {
27  return false;
28  }

◆ hasRun() [4/4]

ilDatabaseSelectionWS::hasRun ( )

Has run.

Determine whether the step has already run

Definition at line 25 of file class.ilDatabaseSelectionWS.php.

26  {
27  return false;
28  }

◆ isFulfilled() [1/4]

ilDatabaseSelectionWS::isFulfilled ( )

Is fulfilled.

Definition at line 33 of file class.ilContactWS.php.

34  {
35  return false;
36  }

◆ isFulfilled() [2/4]

ilDatabaseSelectionWS::isFulfilled ( )

Is fulfilled.

Definition at line 33 of file class.ilDatabaseSelectionWS.php.

34  {
35  return false;
36  }

◆ isFulfilled() [3/4]

ilDatabaseSelectionWS::isFulfilled ( )

Is fulfilled.

Definition at line 33 of file class.ilInstallDBWS.php.

34  {
35  return false;
36  }

◆ isFulfilled() [4/4]

ilDatabaseSelectionWS::isFulfilled ( )

Is fulfilled.

Definition at line 33 of file class.ilRegisterWS.php.

34  {
35  return false;
36  }

The documentation for this class was generated from the following files: