Skip to content

Commit d9aa6ef

Browse files
authored
Merge pull request doctrine#11716 from acasademont/patch-1
Add `isEmpty()` method to the Extra Lazy Associations tutorial
2 parents 9e2bfa8 + ff3ccff commit d9aa6ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/tutorials/extra-lazy-associations.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ can be called without triggering a full load of the collection:
1818
- ``Collection#containsKey($key)``
1919
- ``Collection#count()``
2020
- ``Collection#get($key)``
21+
- ``Collection#isEmpty()``
2122
- ``Collection#slice($offset, $length = null)``
2223

2324
For each of the above methods the following semantics apply:

0 commit comments

Comments
 (0)