PHP Classes

File: libraries/vendor/doctrine/collections/README.md

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/doctrine/collections/README.md   Download  
File: libraries/vendor/doctrine/collections/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 1,228 bytes
 

Contents

Class file image Download

Doctrine Collections

Build Status Scrutinizer Code Quality Code Coverage

Collections Abstraction library

Changelog

v1.3.0

v1.2.0

  • Add a new ``AbstractLazyCollection``

v1.1.0

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