ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups 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.

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

ilClientCreationWorkflow::__construct (   $a_setup)

Constructor.

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

{
$ws = new ilDatabaseSelectionWS($a_setup);
$this->addStep($ws);
$ws = new ilBasicDataWS($a_setup);
$this->addStep($ws);
$ws = new ilInstallDBWS($a_setup);
$this->addStep($ws);
$ws = new ilInstallLanguagesWS($a_setup);
$this->addStep($ws);
$ws = new ilContactWS($a_setup);
$this->addStep($ws);
$ws = new ilRegisterWS($a_setup);
$this->addStep($ws);
$ws = new ilFinishSetupWS($a_setup);
$this->addStep($ws);
}

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