1
0
mirror of synced 2024-12-04 18:56:06 +03:00

#1172 - adding @method annotation to simplify static introspection

This commit is contained in:
Marco Pivetta 2015-01-16 22:50:52 +01:00
parent 42c9ff026e
commit 45e733eb60

View File

@ -26,7 +26,9 @@ use Doctrine\ORM\Query\ResultSetMapping;
* EntityManager interface
*
* @since 2.4
* @author Lars Strojny <lars@strojny.net
* @author Lars Strojny <lars@strojny.net>
*
* @method Mapping\ClassMetadata getClassMetadata($className)
*/
interface EntityManagerInterface extends ObjectManager
{