Merge pull request #969 from aitboudad/patch-2
[Doc] added note about Criteria limits on PersistentCollection
This commit is contained in:
commit
7843eed8bc
@ -631,6 +631,10 @@ large collections.
|
|||||||
|
|
||||||
$birthdayUsers = $userCollection->matching($criteria);
|
$birthdayUsers = $userCollection->matching($criteria);
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Matching Criteria only works on OneToMany associations.
|
||||||
|
|
||||||
.. tip::
|
.. tip::
|
||||||
|
|
||||||
You can move the access of slices of collections into dedicated methods of
|
You can move the access of slices of collections into dedicated methods of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user