fix calendar css, take 2. (#213)
[openemr.git] / interface / modules / zend_modules / vendor / doctrine / collections / README.md
blob627d45bbb29cececc3033d92f167eccdd00304c8
1 # Doctrine Collections
3 Collections Abstraction library
5 ## Changelog
7 ### v1.2
9 * Add a new ``AbstractLazyCollection``
11 ### v1.1
13 * Deprecated ``Comparison::IS``, because it's only there for SQL semantics.
14   These are fixed in the ORM instead.
15 * Add ``Comparison::CONTAINS`` to perform partial string matches:
17         $criteria->andWhere($criteria->expr()->contains('property', 'Foo'));