Gogs 1ec4058aa2 Initial configuration | vor 7 Jahren | |
---|---|---|
.. | ||
lib | vor 7 Jahren | |
.gitignore | vor 7 Jahren | |
.travis.yml | vor 7 Jahren | |
LICENSE | vor 7 Jahren | |
README.md | vor 7 Jahren | |
composer.json | vor 7 Jahren | |
phpunit.xml.dist | vor 7 Jahren |
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'));