Calendar external API for deleting the subscription.
More...
|
static | execute (int $subscriptionid) |
| External function to delete the calendar subscription.
|
|
static | execute_parameters () |
| Describes the parameters for deleting the subscription.
|
|
static | execute_returns () |
| Describes the data returned from the external function.
|
|
Calendar external API for deleting the subscription.
- Copyright
- 2021 Huong Nguyen huong.nosp@m.nv13.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ execute()
static core_calendar\external\subscription\delete::execute |
( |
int | $subscriptionid | ) |
|
|
static |
External function to delete the calendar subscription.
- Parameters
-
int | $subscriptionid | Subscription id. |
- Return values
-
◆ execute_parameters()
static core_calendar\external\subscription\delete::execute_parameters |
( |
| ) |
|
|
static |
Describes the parameters for deleting the subscription.
- Return values
-
external_function_parameters | |
- Since
- Moodle 4.0
◆ execute_returns()
static core_calendar\external\subscription\delete::execute_returns |
( |
| ) |
|
|
static |
Describes the data returned from the external function.
- Return values
-
external_single_structure | |
- Since
- Moodle 4.0
The documentation for this class was generated from the following file:
- calendar/classes/external/subscription/delete.php