Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_calendar\external\subscription\delete Class Reference

Calendar external API for deleting the subscription. More...

Inheritance diagram for core_calendar\external\subscription\delete:

Static Public Member Functions

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.
 

Detailed Description

Calendar external API for deleting the subscription.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ execute()

static core_calendar\external\subscription\delete::execute ( int $subscriptionid)
static

External function to delete the calendar subscription.

Parameters
int$subscriptionidSubscription id.
Return values
array

◆ 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: