This is the external API for generic xAPI states deletion.
More...
|
static | execute (string $component, string $activityiri, string $agent, ?string $registration=null,) |
| Process a state delete request.
|
|
static | execute_parameters () |
| Parameters for execute.
|
|
static | execute_returns () |
| Return for execute.
|
|
This is the external API for generic xAPI states deletion.
- Since
- Moodle 4.3
- Copyright
- 2023 Laurent David laure.nosp@m.nt.d.nosp@m.avid@.nosp@m.mood.nosp@m.le.co.nosp@m.m
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ execute()
static core_xapi\external\delete_states::execute |
( |
string | $component, |
|
|
string | $activityiri, |
|
|
string | $agent, |
|
|
?string | $registration = null ) |
|
static |
Process a state delete request.
- Parameters
-
string | $component | The component name in frankenstyle. |
string | $activityiri | The activity IRI. |
string | $agent | The agent JSON. |
string | null | $registration | The xAPI registration UUID. |
- Return values
-
◆ execute_parameters()
static core_xapi\external\delete_states::execute_parameters |
( |
| ) |
|
|
static |
Parameters for execute.
- Return values
-
external_function_parameters | |
The documentation for this class was generated from the following file: