Kdyby\Doctrine\Registry::resetService PHP Méthode

resetService() protected méthode

A service in this context is connection or a manager instance.
protected resetService ( string $name ) : void
$name string The name of the service.
Résultat void
    protected function resetService($name)
    {
        $this->serviceLocator->removeService($name);
    }