Update doc with latest news about extra lazy assoc
This commit is contained in:
parent
a3b4104612
commit
1f0d4197a9
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue