1
0
Fork 0
mirror of synced 2025-04-03 21:33:37 +03:00

Merge pull request from aitboudad/patch-2

[Doc] added note about Criteria limits on PersistentCollection
This commit is contained in:
Marco Pivetta 2014-03-05 10:59:10 +01:00
commit 7843eed8bc

View file

@ -631,6 +631,10 @@ large collections.
$birthdayUsers = $userCollection->matching($criteria);
.. note::
Matching Criteria only works on OneToMany associations.
.. tip::
You can move the access of slices of collections into dedicated methods of