1
0
mirror of synced 2025-01-31 20:41:44 +03:00

Merge pull request #953 from goetas/patch-1

Update doc with latest news about extra lazy assoc
This commit is contained in:
Marco Pivetta 2014-02-12 23:56:00 +01:00
commit 4382304e77

View File

@ -15,7 +15,9 @@ the first time its accessed. If you mark an association as extra lazy the follow
can be called without triggering a full load of the collection:
- ``Collection#contains($entity)``
- ``Collection#containsKey($key)`` (available with Doctrine 2.5)
- ``Collection#count()``
- ``Collection#get($key)`` (available with Doctrine 2.4)
- ``Collection#slice($offset, $length = null)``
For each of this three methods the following semantics apply: