|
|
há 8 anos atrás | |
|---|---|---|
| .. | ||
| lib | há 8 anos atrás | |
| .gitignore | há 8 anos atrás | |
| .travis.yml | há 8 anos atrás | |
| LICENSE | há 8 anos atrás | |
| README.md | há 8 anos atrás | |
| composer.json | há 8 anos atrás | |
| phpunit.xml.dist | há 8 anos atrás | |
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'));