1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Restoring the missing comment

This commit is contained in:
kwiateusz 2011-07-21 04:13:15 -07:00
parent 0e6121e8f5
commit 570799b48d

View File

@ -558,6 +558,7 @@ class BasicEntityPersister
* a new entity is created. * a new entity is created.
* @param $assoc The association that connects the entity to load to another entity, if any. * @param $assoc The association that connects the entity to load to another entity, if any.
* @param array $hints Hints for entity creation. * @param array $hints Hints for entity creation.
* @param int $lockMode
* @param int $limit Limit number of results * @param int $limit Limit number of results
* @return object The loaded and managed entity instance or NULL if the entity can not be found. * @return object The loaded and managed entity instance or NULL if the entity can not be found.
* @todo Check identity map? loadById method? Try to guess whether $criteria is the id? * @todo Check identity map? loadById method? Try to guess whether $criteria is the id?