ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
ilClientCreationWorkflow Class Reference

Workflow for the creation of a new client. More...

+ Inheritance diagram for ilClientCreationWorkflow:
+ Collaboration diagram for ilClientCreationWorkflow:

Public Member Functions

 __construct ($a_setup)
 Constructor. More...
 

Detailed Description

Workflow for the creation of a new client.

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

Definition at line 19 of file class.ilClientCreationWorkflow.php.

Constructor & Destructor Documentation

◆ __construct()

ilClientCreationWorkflow::__construct (   $a_setup)

Constructor.

Definition at line 24 of file class.ilClientCreationWorkflow.php.

25  {
26  $ws = new ilDatabaseSelectionWS($a_setup);
27  $this->addStep($ws);
28  $ws = new ilBasicDataWS($a_setup);
29  $this->addStep($ws);
30  $ws = new ilInstallDBWS($a_setup);
31  $this->addStep($ws);
32  $ws = new ilInstallLanguagesWS($a_setup);
33  $this->addStep($ws);
34  $ws = new ilContactWS($a_setup);
35  $this->addStep($ws);
36  $ws = new ilRegisterWS($a_setup);
37  $this->addStep($ws);
38  $ws = new ilFinishSetupWS($a_setup);
39  $this->addStep($ws);
40  }
Database selection workflow step.
Database selection workflow step.
Database selection workflow step.

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