|
static | execute (int $issuerid, int $courseid) |
| External function to check if the user is already authorized with MoodleNet.
|
|
static | execute_parameters () |
| Returns description of parameters.
|
|
static | execute_returns () |
| Describes the data returned from the external function.
|
|
|
static | return_errors (int $itemid, string $warningcode, string $message) |
| Handle return error.
|
|
◆ execute()
static core\external\moodlenet_auth_check::execute |
( |
int | $issuerid, |
|
|
int | $courseid ) |
|
static |
External function to check if the user is already authorized with MoodleNet.
- Parameters
-
int | $issuerid | Issuer Id. |
int | $courseid | The course ID that contains the activity which being shared |
- Return values
-
- Since
- Moodle 4.2
◆ execute_parameters()
static core\external\moodlenet_auth_check::execute_parameters |
( |
| ) |
|
|
static |
Returns description of parameters.
- Return values
-
external_function_parameters | |
- Since
- Moodle 4.2
◆ execute_returns()
static core\external\moodlenet_auth_check::execute_returns |
( |
| ) |
|
|
static |
Describes the data returned from the external function.
- Return values
-
external_single_structure | |
- Since
- Moodle 4.2
◆ return_errors()
static core\external\moodlenet_auth_check::return_errors |
( |
int | $itemid, |
|
|
string | $warningcode, |
|
|
string | $message ) |
|
staticprotected |
Handle return error.
- Parameters
-
int | $itemid | Item id |
string | $warningcode | Warning code |
string | $message | Message |
- Return values
-
The documentation for this class was generated from the following file:
- lib/classes/external/moodlenet_auth_check.php