<?php class Criteria { public static function create(bool $accessRawFieldValues = false) { return new self(); } } class MyCriteria extends Criteria { public static function create() { return new self(); } }
You have javascript disabled. You will not be able to edit any code.