该仓库已于 2025-08-22 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
文件
dumbo/vendor/doctrine/collections/README.md
2014-11-25 16:42:40 +01:00

14 行
339 B
Markdown

# Doctrine Collections
Collections Abstraction library
## Changelog
### v1.1
* Deprecated ``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'));