Workflow for the creation of a new client.
More...
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.
{
$this->addStep($ws);
$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);
$this->addStep($ws);
}
The documentation for this class was generated from the following file: