Bachir Soussi Chiadmi 58f46e4e8f caore d8 files | hace 8 años | |
---|---|---|
.. | ||
lib | hace 8 años | |
.gitignore | hace 8 años | |
.travis.yml | hace 8 años | |
LICENSE | hace 8 años | |
README.md | hace 8 años | |
composer.json | hace 8 años | |
phpunit.xml.dist | hace 8 años |
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'));