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'));