Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
mod_glossary\external\delete_entry Class Reference

This is the external method for deleting a content. More...

Inheritance diagram for mod_glossary\external\delete_entry:

Static Public Member Functions

static execute (int $entryid)
 Delete the indicated entry from the glossary.
 
static execute_parameters ()
 Parameters.
 
static execute_returns ()
 Return.
 

Detailed Description

This is the external method for deleting a content.

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

Member Function Documentation

◆ execute()

static mod_glossary\external\delete_entry::execute ( int $entryid)
static

Delete the indicated entry from the glossary.

Parameters
int$entryidThe entry to delete
Return values
arraywith result and warnings
Exceptions
moodle_exception

◆ execute_parameters()

static mod_glossary\external\delete_entry::execute_parameters ( )
static

Parameters.

Return values
external_function_parameters

◆ execute_returns()

static mod_glossary\external\delete_entry::execute_returns ( )
static

Return.

Return values
external_single_structure

The documentation for this class was generated from the following file: