Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
core_xapi\api Class Reference

The xAPI internal API. More...

Static Public Member Functions

static execute_state_cleanup ()
 Execute the states clean up for all compatible components.
 
static remove_states_from_component (string $component)
 Delete all states from a component.
 

Detailed Description

The xAPI internal API.

Since
Moodle 4.2
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ execute_state_cleanup()

static core_xapi\api::execute_state_cleanup ( )
static

Execute the states clean up for all compatible components.

Return values
void

◆ remove_states_from_component()

static core_xapi\api::remove_states_from_component ( string $component)
static

Delete all states from a component.

Parameters
string$componentThe component name in frankenstyle.
Return values
void

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