You are here

public function ManagerRegistry::getAliasNamespace in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php \Doctrine\Common\Persistence\ManagerRegistry::getAliasNamespace()

Resolves a registered namespace alias to the full namespace.

This method looks for the alias in all registered object managers.

Parameters

string $alias The alias.:

Return value

string The full namespace.

1 call to ManagerRegistry::getAliasNamespace()
AbstractManagerRegistry::getManagerForClass in vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
Gets the object manager associated with a given class.
1 method overrides ManagerRegistry::getAliasNamespace()
TestManagerRegistry::getAliasNamespace in vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/ManagerRegistryTest.php
Resolves a registered namespace alias to the full namespace.

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php, line 84

Class

ManagerRegistry
Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement.

Namespace

Doctrine\Common\Persistence

Code

public function getAliasNamespace($alias);