#1172 - adding @method
annotation to simplify static introspection
This commit is contained in:
parent
42c9ff026e
commit
45e733eb60
@ -26,7 +26,9 @@ use Doctrine\ORM\Query\ResultSetMapping;
|
|||||||
* EntityManager interface
|
* EntityManager interface
|
||||||
*
|
*
|
||||||
* @since 2.4
|
* @since 2.4
|
||||||
* @author Lars Strojny <lars@strojny.net
|
* @author Lars Strojny <lars@strojny.net>
|
||||||
|
*
|
||||||
|
* @method Mapping\ClassMetadata getClassMetadata($className)
|
||||||
*/
|
*/
|
||||||
interface EntityManagerInterface extends ObjectManager
|
interface EntityManagerInterface extends ObjectManager
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user