Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
core_xapi\external\get_state Class Reference
Inheritance diagram for core_xapi\external\get_state:

Static Public Member Functions

static execute (string $component, string $activityiri, string $agent, string $stateid, ?string $registration=null)
 Process a get state request.
 
static execute_parameters ()
 Parameters for execute.
 
static execute_returns ()
 Return for execute.
 

Member Function Documentation

◆ execute()

static core_xapi\external\get_state::execute ( string $component,
string $activityiri,
string $agent,
string $stateid,
?string $registration = null )
static

Process a get state request.

Parameters
string$componentThe component name in frankenstyle.
string$activityiriThe activity IRI.
string$agentThe agent JSON.
string$stateidThe xAPI state id.
string | null$registrationThe xAPI registration UUID.
Return values
string|null

◆ execute_parameters()

static core_xapi\external\get_state::execute_parameters ( )
static

Parameters for execute.

Return values
external_function_parameters

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