Skip to content

Commit

Permalink
Merge pull request #11716 from acasademont/patch-1
Browse files Browse the repository at this point in the history
Add `isEmpty()` method to the Extra Lazy Associations tutorial
  • Loading branch information
greg0ire authored Nov 14, 2024
2 parents 9e2bfa8 + ff3ccff commit d9aa6ef
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 d9aa6ef

Please sign in to comment.