1
0
mirror of synced 2024-12-14 07:06:04 +03:00
This commit is contained in:
Benjamin Eberlei 2011-07-13 21:31:31 +02:00
parent d8125768a3
commit ecb13a87dc

View File

@ -24,7 +24,7 @@ For each of this three methods the following semantics apply:
Additionally even with Doctrine 2.0 the following methods do not trigger the collection load: Additionally even with Doctrine 2.0 the following methods do not trigger the collection load:
- ``Collection#add($entity)`` - ``Collection#add($entity)``
- ``Collection#offsetSet($key, $entity)`` - ArrayAccess with no specific key ``$coll[] = $entity`, it does - ``Collection#offsetSet($key, $entity)`` - ArrayAccess with no specific key ``$coll[] = $entity``, it does
not work when setting specific keys like ``$coll[0] = $entity``. not work when setting specific keys like ``$coll[0] = $entity``.
With extra lazy collections you can now not only add entities to large collections but also paginate them With extra lazy collections you can now not only add entities to large collections but also paginate them