Home
last modified time | relevance | path

Searched refs:bailoutcheck (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/calendar/classes/local/event/factories/
H A Devent_abstract_factory.php69 protected $bailoutcheck; variable in core_calendar\\local\\event\\factories\\event_abstract_factory
92 * @param callable $bailoutcheck Function to test if we can return null early.
99 callable $bailoutcheck, argument
105 $this->bailoutcheck = $bailoutcheck;
117 $bailcheck = $this->bailoutcheck;
/dports/www/moodle311/moodle/calendar/classes/local/event/factories/
H A Devent_abstract_factory.php69 protected $bailoutcheck; variable in core_calendar\\local\\event\\factories\\event_abstract_factory
92 * @param callable $bailoutcheck Function to test if we can return null early.
99 callable $bailoutcheck, argument
105 $this->bailoutcheck = $bailoutcheck;
117 $bailcheck = $this->bailoutcheck;
/dports/www/moodle39/moodle/calendar/classes/local/event/factories/
H A Devent_abstract_factory.php69 protected $bailoutcheck; variable in core_calendar\\local\\event\\factories\\event_abstract_factory
92 * @param callable $bailoutcheck Function to test if we can return null early.
99 callable $bailoutcheck, argument
105 $this->bailoutcheck = $bailoutcheck;
117 $bailcheck = $this->bailoutcheck;
/dports/www/moodle310/moodle/calendar/tests/
H A Devent_factory_test.php47 * @param callable $bailoutcheck Early bail out check function.
55 callable $bailoutcheck, argument
67 $bailoutcheck,
/dports/www/moodle311/moodle/calendar/tests/
H A Devent_factory_test.php47 * @param callable $bailoutcheck Early bail out check function.
55 callable $bailoutcheck, argument
67 $bailoutcheck,
/dports/www/moodle39/moodle/calendar/tests/
H A Devent_factory_test.php47 * @param callable $bailoutcheck Early bail out check function.
55 callable $bailoutcheck, argument
67 $bailoutcheck,