public function ObjectRepository::getClassName in Plug 7
Returns the class name of the object managed by the repository.
Return value
string
File
- lib/
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\PersistenceCode
public function getClassName();