kevin tessier 9312edc3ae modif comtabilite | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
lib | %!s(int64=5) %!d(string=hai) anos | |
CONTRIBUTING.md | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos |
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'));