public static function Criteria::create in Plug 7
Creates an instance of the class.
Return value
1 call to Criteria::create()
- CriteriaTest::testCreate in lib/
doctrine/ collections/ tests/ Doctrine/ Tests/ Common/ Collections/ CriteriaTest.php
File
- lib/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Criteria.php, line 73
Class
- Criteria
- Criteria for filtering Selectable collections.
Namespace
Doctrine\Common\CollectionsCode
public static function create() {
return new static();
}