有没有办法在使用时自动引用Doctrine 2的保留字$entityManager->find('entity', id)?
$entityManager->find('entity', id)
使用查询构建器时可以这样做但是应该有一个全局配置设置来执行此操作吗?我不想在保留字的注释中指定它.
doctrine-orm
doctrine-orm ×1