Skip to content

Commit

Permalink
Add isEmpty() method to the Extra Lazy Associations tutorial
Browse files Browse the repository at this point in the history
Extra lazy support for it was added a long time ago
(see #912) but was never properly
documented.
  • Loading branch information
acasademont committed Nov 13, 2024
1 parent 9e2bfa8 commit ff3ccff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/tutorials/extra-lazy-associations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ can be called without triggering a full load of the collection:
- ``Collection#containsKey($key)``
- ``Collection#count()``
- ``Collection#get($key)``
- ``Collection#isEmpty()``
- ``Collection#slice($offset, $length = null)``

For each of the above methods the following semantics apply:
Expand Down

0 comments on commit ff3ccff

Please sign in to comment.