Workflow for the creation of a new client.
More...
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.
◆ __construct()
ilClientCreationWorkflow::__construct |
( |
|
$a_setup | ) |
|
Constructor.
Definition at line 24 of file class.ilClientCreationWorkflow.php.
25 {
27 $this->addStep($ws);
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);
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: