Home
last modified time | relevance | path

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

/dports/www/moodle310/moodle/analytics/classes/
H A Dmanager.php173 * @param bool $checkisready
176 … public static function get_predictions_processor($predictionclass = false, $checkisready = true) { argument
179 $checkisready = intval($checkisready);
200 if (!isset(self::$predictionprocessors[$checkisready][$predictionclass])) {
203 if ($checkisready) {
209 self::$predictionprocessors[$checkisready][$predictionclass] = $instance;
212 return self::$predictionprocessors[$checkisready][$predictionclass];
H A Dmodel.php868 * @param bool $checkisready
871 public function get_predictions_processor($checkisready = true) { argument
872 … return manager::get_predictions_processor($this->model->predictionsprocessor, $checkisready);
/dports/www/moodle311/moodle/analytics/classes/
H A Dmanager.php173 * @param bool $checkisready
176 … public static function get_predictions_processor($predictionclass = false, $checkisready = true) { argument
179 $checkisready = intval($checkisready);
200 if (!isset(self::$predictionprocessors[$checkisready][$predictionclass])) {
203 if ($checkisready) {
209 self::$predictionprocessors[$checkisready][$predictionclass] = $instance;
212 return self::$predictionprocessors[$checkisready][$predictionclass];
H A Dmodel.php868 * @param bool $checkisready
871 public function get_predictions_processor($checkisready = true) { argument
872 … return manager::get_predictions_processor($this->model->predictionsprocessor, $checkisready);
/dports/www/moodle39/moodle/analytics/classes/
H A Dmanager.php173 * @param bool $checkisready
176 … public static function get_predictions_processor($predictionclass = false, $checkisready = true) { argument
179 $checkisready = intval($checkisready);
200 if (!isset(self::$predictionprocessors[$checkisready][$predictionclass])) {
203 if ($checkisready) {
209 self::$predictionprocessors[$checkisready][$predictionclass] = $instance;
212 return self::$predictionprocessors[$checkisready][$predictionclass];
H A Dmodel.php868 * @param bool $checkisready
871 public function get_predictions_processor($checkisready = true) { argument
872 … return manager::get_predictions_processor($this->model->predictionsprocessor, $checkisready);