Bachir Soussi Chiadmi 58f46e4e8f caore d8 files | пре 8 година | |
---|---|---|
.. | ||
lib | пре 8 година | |
.gitignore | пре 8 година | |
.travis.yml | пре 8 година | |
LICENSE | пре 8 година | |
README.md | пре 8 година | |
composer.json | пре 8 година | |
phpunit.xml.dist | пре 8 година |
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'));