Creates an instance of the class.
Return value
Criteria
File
- drupal/core/vendor/doctrine/common/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();
}