abstract protected function AbstractManagerRegistry::resetService in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php \Doctrine\Common\Persistence\AbstractManagerRegistry::resetService()
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 vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ AbstractManagerRegistry.php - Resets a named object manager.
1 method overrides AbstractManagerRegistry::resetService()
- TestManagerRegistry::resetService in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ ManagerRegistryTest.php - Resets the given services.
File
- vendor/
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);