Horde_Kolab_Server_Integration_Scenario::prepareKolabServer PHP Méthode

prepareKolabServer() public méthode

Prepare the server for the given environment.
public prepareKolabServer ( string $environment ) : null
$environment string The name of the environment.
Résultat null
    public function prepareKolabServer($environment)
    {
        $this->world['injector'][$environment]->bindFactory('Horde_Kolab_Server_Structure', 'Horde_Kolab_Server_Factory', 'getStructure');
        $this->world['injector'][$environment]->bindFactory('Horde_Kolab_Server', 'Horde_Kolab_Server_Factory', 'getServer');
    }