Horde_Kolab_Server_Integration_Scenario::prepareInjector PHP Метод

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

Prepare an injector for the given environment.
public prepareInjector ( string $environment ) : null
$environment string The name of the environment.
Результат null
    public function prepareInjector($environment)
    {
        if (!isset($this->world['injector'][$environment])) {
            $this->world['injector'][$environment] = new Horde_Injector(new Horde_Injector_TopLevel());
        }
    }