Gogs 1ec4058aa2 Initial configuration | лет назад: 7 | |
---|---|---|
.. | ||
lib | лет назад: 7 | |
.gitignore | лет назад: 7 | |
.travis.yml | лет назад: 7 | |
LICENSE | лет назад: 7 | |
README.md | лет назад: 7 | |
composer.json | лет назад: 7 | |
phpunit.xml.dist | лет назад: 7 |
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'));