This is the external API for generic xAPI get all states ids.  
 More...
|  | 
| static | execute (string $component, string $activityiri, string $agent, ?string $registration=null, ?string $since=null) | 
|  | Process a get states request. 
 | 
|  | 
| static | execute_parameters () | 
|  | Parameters for execute. 
 | 
|  | 
| static | execute_returns () | 
|  | Return for execute. 
 | 
|  | 
This is the external API for generic xAPI get all states ids. 
- Since
- Moodle 4.2 
- Copyright
- 2023 Ferran Recio ferra.nosp@m.n@mo.nosp@m.odle..nosp@m.com 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ execute()
  
  | 
        
          | static core_xapi\external\get_states::execute | ( | string | $component, |  
          |  |  | string | $activityiri, |  
          |  |  | string | $agent, |  
          |  |  | ?string | $registration = null, |  
          |  |  | ?string | $since = null ) |  | static | 
 
Process a get states 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. |  | string | null | $since | A ISO 8601 timestamps or a numeric timestamp. |  
 
- Return values
- 
  
    | array | the list of the stored state ids |  
 
 
 
◆ execute_parameters()
  
  | 
        
          | static core_xapi\external\get_states::execute_parameters | ( |  | ) |  |  | static | 
 
Parameters for execute. 
- Return values
- 
  
    | external_function_parameters |  |  
 
 
 
◆ execute_returns()
  
  | 
        
          | static core_xapi\external\get_states::execute_returns | ( |  | ) |  |  | static | 
 
Return for execute. 
- Return values
- 
  
    | external_multiple_structure |  |  
 
 
 
The documentation for this class was generated from the following file: