Kévin Tessier 944fd76206 first commit | 6 years ago | |
---|---|---|
.. | ||
lib | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago |
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'));