You are here

abstract protected function AbstractManagerRegistry::resetService in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Persistence

Code

protected abstract function resetService($name);