kevin tessier 9312edc3ae modif comtabilite | il y a 5 ans | |
---|---|---|
.. | ||
lib | il y a 5 ans | |
CONTRIBUTING.md | il y a 5 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 5 ans |
Collections Abstraction library
ArrayCollection#matching()
with sortingAbstractLazyCollection#$initialized
protected for extensibilityAbstractLazyCollection
Comparison::IS
, because it's only there for SQL semantics.
These are fixed in the ORM instead.Add Comparison::CONTAINS
to perform partial string matches:
$criteria->andWhere($criteria->expr()->contains('property', 'Foo'));