You are here

public function ObjectRepository::getClassName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php \Doctrine\Common\Persistence\ObjectRepository::getClassName()

Returns the class name of the object managed by the repository.

Return value

string

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php, line 80

Class

ObjectRepository
Contract for a Doctrine persistence layer ObjectRepository class to implement.

Namespace

Doctrine\Common\Persistence

Code

public function getClassName();