Gogs 1ec4058aa2 Initial configuration | %!s(int64=7) %!d(string=před) roky | |
---|---|---|
.. | ||
lib | %!s(int64=7) %!d(string=před) roky | |
.gitignore | %!s(int64=7) %!d(string=před) roky | |
.travis.yml | %!s(int64=7) %!d(string=před) roky | |
LICENSE | %!s(int64=7) %!d(string=před) roky | |
README.md | %!s(int64=7) %!d(string=před) roky | |
composer.json | %!s(int64=7) %!d(string=před) roky | |
phpunit.xml.dist | %!s(int64=7) %!d(string=před) roky |
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'));