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

Update extra-lazy-associations.rst

This commit is contained in:
Asmir Mustafic 2014-02-12 23:42:52 +01:00
parent 1f0d4197a9
commit e27d963784

View File

@ -17,7 +17,7 @@ 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#get($key)`` (available with Doctrine 2.4)
- ``Collection#slice($offset, $length = null)``
For each of this three methods the following semantics apply: