Merge pull request #1148 from naitsirch/hotfix/DWEB-118
[DWEB-118] Fixed small typo in documentation about extra lazy associations
This commit is contained in:
commit
05045d9544
@ -20,7 +20,7 @@ can be called without triggering a full load of the collection:
|
|||||||
- ``Collection#get($key)`` (available with Doctrine 2.4)
|
- ``Collection#get($key)`` (available with Doctrine 2.4)
|
||||||
- ``Collection#slice($offset, $length = null)``
|
- ``Collection#slice($offset, $length = null)``
|
||||||
|
|
||||||
For each of this three methods the following semantics apply:
|
For each of the above methods the following semantics apply:
|
||||||
|
|
||||||
- For each call, if the Collection is not yet loaded, issue a straight SELECT statement against the database.
|
- For each call, if the Collection is not yet loaded, issue a straight SELECT statement against the database.
|
||||||
- For each call, if the collection is already loaded, fallback to the default functionality for lazy collections. No additional SELECT statements are executed.
|
- For each call, if the collection is already loaded, fallback to the default functionality for lazy collections. No additional SELECT statements are executed.
|
||||||
|
Loading…
Reference in New Issue
Block a user