Merge pull request #175 from lsmith77/get_class_name
added EntityRepository::getClassName()
This commit is contained in:
commit
e9068a1552
@ -225,6 +225,14 @@ class EntityRepository implements ObjectRepository
|
|||||||
return $this->_entityName;
|
return $this->_entityName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getClassName()
|
||||||
|
{
|
||||||
|
return $this->getEntityName();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return EntityManager
|
* @return EntityManager
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user