1
0
mirror of synced 2025-02-20 06:03:15 +03:00

[2.0] Removed already done TODO items

This commit is contained in:
guilhermeblanco 2009-09-05 23:54:36 +00:00
parent 0651397854
commit 2ff65dd7f0

View File

@ -231,7 +231,7 @@ class EntityManager
* Creates a Query from a named query.
*
* @param string $name
* @todo Implementation.
* @return Doctrine\ORM\Query
*/
public function createNamedQuery($name)
{
@ -257,7 +257,7 @@ class EntityManager
* Creates a NativeQuery from a named native query.
*
* @param string $name
* @todo Implementation.
* @return Doctrine\ORM\NativeQuery
*/
public function createNamedNativeQuery($name)
{