Webiny\Component\ServiceManager\ServiceManager::init PHP Method

init() protected method

Initialize ServiceManager
protected init ( )
    protected function init()
    {
        $this->instantiatedServices = $this->arr();
        $this->registeredServices = $this->arr();
        $this->compiledConfig = $this->arr();
        $this->parameters = $this->arr();
        $this->references = $this->arr();
        $this->taggedServices = $this->arr();
    }