Bachir Soussi Chiadmi 58f46e4e8f caore d8 files | 8 yıl önce | |
---|---|---|
.. | ||
lib | 8 yıl önce | |
.gitignore | 8 yıl önce | |
.travis.yml | 8 yıl önce | |
LICENSE | 8 yıl önce | |
README.md | 8 yıl önce | |
composer.json | 8 yıl önce | |
phpunit.xml.dist | 8 yıl önce |
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'));