You are here

public static function Criteria::create in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php \Doctrine\Common\Collections\Criteria::create()

Creates an instance of the class.

Return value

Criteria

1 call to Criteria::create()
CriteriaTest::testCreate in vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/CriteriaTest.php

File

vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php, line 73

Class

Criteria
Criteria for filtering Selectable collections.

Namespace

Doctrine\Common\Collections

Code

public static function create() {
  return new static();
}