diff --git a/docs/en/tutorials/extra-lazy-associations.rst b/docs/en/tutorials/extra-lazy-associations.rst index fbff96f428b..fbf1f00abd6 100644 --- a/docs/en/tutorials/extra-lazy-associations.rst +++ b/docs/en/tutorials/extra-lazy-associations.rst @@ -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: