Skip to content

Commit ff3ccff

Browse files
committed
Add isEmpty() method to the Extra Lazy Associations tutorial
Extra lazy support for it was added a long time ago (see doctrine#912) but was never properly documented.
1 parent 9e2bfa8 commit ff3ccff

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)