Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_xapi\external\post_state Class Reference
Inheritance diagram for core_xapi\external\post_state:

Static Public Member Functions

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

Member Function Documentation

◆ execute()

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

Process a state post request.

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

◆ execute_parameters()

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

Parameters for execute.

Return values
external_function_parameters

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