public function AbstractManagerRegistry::getName in Plug 7
Gets the name of the registry.
Return value
string
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ AbstractManagerRegistry.php, line 110
Class
- AbstractManagerRegistry
- Abstract implementation of the ManagerRegistry contract.
Namespace
Doctrine\Common\PersistenceCode
public function getName() {
return $this->name;
}