You are here

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\Persistence

Code

public function getName() {
  return $this->name;
}