function ObjectRepository::getClassName

Returns the class name of the object managed by the repository

Return value

string

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php, line 77

Class

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

Namespace

Doctrine\Common\Persistence

Code

function getClassName();