|
static | execute (int $quizid, array $slotsdata) |
| Update the properties of one or more slots in a quiz.
|
|
static | execute_parameters () |
| Declare the method parameters.
|
|
static | execute_returns () |
| Define the webservice response.
|
|
◆ execute()
static mod_quiz\external\update_slots::execute |
( |
int | $quizid, |
|
|
array | $slotsdata ) |
|
static |
Update the properties of one or more slots in a quiz.
- Parameters
-
int | $quizid | the id of the quiz to update slots in. |
array | $slotsdata | list of slots update. Must have properties id, any any other properties to change. |
◆ execute_parameters()
static mod_quiz\external\update_slots::execute_parameters |
( |
| ) |
|
|
static |
Declare the method parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static mod_quiz\external\update_slots::execute_returns |
( |
| ) |
|
|
static |
Define the webservice response.
- Return values
-
external_description|null | always null. |
The documentation for this class was generated from the following file:
- mod/quiz/classes/external/update_slots.php