Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
report_insights\external Class Reference
Inheritance diagram for report_insights\external:

Static Public Member Functions

static action_executed (string $actionname, array $predictionids)
 Stores an action executed over a group of predictions.
 
static action_executed_parameters ()
 action_executed parameters.
 
static action_executed_returns ()
 action_executed return
 

Static Protected Member Functions

static validate_prediction ($predictionid)
 Validates access to the prediction and returns it.
 

Member Function Documentation

◆ action_executed()

static report_insights\external::action_executed ( string $actionname,
array $predictionids )
static

Stores an action executed over a group of predictions.

Parameters
string$actionname
array$predictionids
Return values
arrayan array of warnings and a boolean
Since
Moodle 3.8

◆ action_executed_parameters()

static report_insights\external::action_executed_parameters ( )
static

action_executed parameters.

Return values
external_function_parameters
Since
Moodle 3.8

◆ action_executed_returns()

static report_insights\external::action_executed_returns ( )
static

action_executed return

Return values
core_external\external_description
Since
Moodle 3.8

◆ validate_prediction()

static report_insights\external::validate_prediction ( $predictionid)
staticprotected

Validates access to the prediction and returns it.

Parameters
int$predictionid
Return values
arrayarray($model, $prediction, $context)

The documentation for this class was generated from the following file: