Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
core_ai\external\set_action Class Reference
Inheritance diagram for core_ai\external\set_action:

Static Public Member Functions

static execute (string $plugin, int $state,)
 Set the providers action state.
 
static execute_parameters ()
 Returns description of method parameters.
 
static execute_returns ()
 Describe the return structure of the external service.
 

Member Function Documentation

◆ execute()

static core_ai\external\set_action::execute ( string $plugin,
int $state )
static

Set the providers action state.

Parameters
string$pluginThe name of the plugin.
int$stateThe target state.
Return values
array

◆ execute_parameters()

static core_ai\external\set_action::execute_parameters ( )
static

Returns description of method parameters.

Return values
external_function_parameters

◆ execute_returns()

static core_ai\external\set_action::execute_returns ( )
static

Describe the return structure of the external service.

Return values
external_function_parameters

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