|
|
před 8 roky | |
|---|---|---|
| .. | ||
| lib | před 8 roky | |
| .gitignore | před 8 roky | |
| .travis.yml | před 8 roky | |
| LICENSE | před 8 roky | |
| README.md | před 8 roky | |
| composer.json | před 8 roky | |
| phpunit.xml.dist | před 8 roky | |
Collections Abstraction library
ArrayCollection#matching() with sortingAbstractLazyCollection#$initialized protected for extensibilityAbstractLazyCollectionComparison::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'));