Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
mod_glossary\external\prepare_entry Class Reference

This is the external method for preparing a entry for edition. More...

Inheritance diagram for mod_glossary\external\prepare_entry:

Static Public Member Functions

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

Detailed Description

This is the external method for preparing a entry for edition.

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

Member Function Documentation

◆ execute()

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

Prepare for update the indicated entry from the glossary.

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

◆ execute_parameters()

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

Parameters.

Return values
external_function_parameters

◆ execute_returns()

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

Return.

Return values
external_single_structure

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