AuthBucket\Bundle\OAuth2Bundle\Entity\ModelManagerFactory::getModelManager PHP Метод

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

public getModelManager ( $type )
    public function getModelManager($type)
    {
        if (!isset($this->managers[$type])) {
            throw new ServerErrorException();
        }
        return $this->managers[$type];
    }