abstract class AbstractManagerRegistry

Abstract implementation of the ManagerRegistry contract.

@license http://www.opensource.org/licenses/lgpl-license.php LGPL @link www.doctrine-project.org @since 2.2 @author Fabien Potencier <fabien@symfony.com> @author Benjamin Eberlei <kontakt@beberlei.de> @author Lukas Kahwe Smith <smith@pooteeweet.org>

Hierarchy

Expanded class hierarchy of AbstractManagerRegistry

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php, line 35

Namespace

Doctrine\Common\Persistence
View source

Members

Namesort descending Modifiers Type Description Overrides
AbstractManagerRegistry::$connections private property
AbstractManagerRegistry::$defaultConnection private property
AbstractManagerRegistry::$defaultManager private property
AbstractManagerRegistry::$managers private property
AbstractManagerRegistry::$name private property
AbstractManagerRegistry::$proxyInterfaceName private property
AbstractManagerRegistry::getConnection public function Gets the named connection. Overrides ConnectionRegistry::getConnection
AbstractManagerRegistry::getConnectionNames public function Gets all connection names. Overrides ConnectionRegistry::getConnectionNames
AbstractManagerRegistry::getConnections public function Gets an array of all registered connections Overrides ConnectionRegistry::getConnections
AbstractManagerRegistry::getDefaultConnectionName public function Gets the default connection name. Overrides ConnectionRegistry::getDefaultConnectionName
AbstractManagerRegistry::getDefaultManagerName public function Gets the default object manager name. Overrides ManagerRegistry::getDefaultManagerName
AbstractManagerRegistry::getManager public function Overrides ManagerRegistry::getManager
AbstractManagerRegistry::getManagerForClass public function Gets the object manager associated with a given class. Overrides ManagerRegistry::getManagerForClass
AbstractManagerRegistry::getManagerNames public function Gets all connection names. Overrides ManagerRegistry::getManagerNames
AbstractManagerRegistry::getManagers public function Gets an array of all registered object managers Overrides ManagerRegistry::getManagers
AbstractManagerRegistry::getName public function Get the name of the registry
AbstractManagerRegistry::getRepository public function Gets the ObjectRepository for an persistent object. Overrides ManagerRegistry::getRepository
AbstractManagerRegistry::getService abstract protected function Fetches/creates the given services
AbstractManagerRegistry::resetManager public function Resets a named object manager. Overrides ManagerRegistry::resetManager
AbstractManagerRegistry::resetService abstract protected function Resets the given services
AbstractManagerRegistry::__construct public function Constructor
ManagerRegistry::getAliasNamespace function Resolves a registered namespace alias to the full namespace.