Horde_Kolab_Server_Integration_Scenario::prepareKolabServer PHP Метод

prepareKolabServer() публичный Метод

Prepare the server for the given environment.
public prepareKolabServer ( string $environment ) : null
$environment string The name of the environment.
Результат 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');
    }