Ce dépôt a été archivé le 2025-08-22. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
Fichiers
dumbo/vendor/doctrine/collections/README.md
2014-11-25 16:42:40 +01:00

339 B

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