abstract protected function AbstractManagerRegistry::resetService in Plug 7
Resets the given services.
A service in this context is connection or a manager instance.
Parameters
string $name The name of the service.:
Return value
void
1 call to AbstractManagerRegistry::resetService()
- AbstractManagerRegistry::resetManager in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ AbstractManagerRegistry.php - Resets a named object manager.
1 method overrides AbstractManagerRegistry::resetService()
- TestManagerRegistry::resetService in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ ManagerRegistryTest.php - Resets the given services.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ AbstractManagerRegistry.php, line 103
Class
- AbstractManagerRegistry
- Abstract implementation of the ManagerRegistry contract.
Namespace
Doctrine\Common\PersistenceCode
protected abstract function resetService($name);