Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
mod_glossary\external\update_entry Class Reference

This is the external method for updating a glossary entry. More...

Inheritance diagram for mod_glossary\external\update_entry:

Static Public Member Functions

static execute (int $entryid, string $concept, string $definition, int $definitionformat, array $options=[])
 Update the indicated glossary entry.
 
static execute_parameters ()
 Parameters.
 
static execute_returns ()
 Return.
 

Detailed Description

This is the external method for updating a glossary entry.

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

Member Function Documentation

◆ execute()

static mod_glossary\external\update_entry::execute ( int $entryid,
string $concept,
string $definition,
int $definitionformat,
array $options = [] )
static

Update the indicated glossary entry.

Parameters
int$entryidThe entry to update
string$conceptthe glossary concept
string$definitionthe concept definition
int$definitionformatthe concept definition format
array$optionsadditional settings
Return values
arraywith result and warnings
Exceptions
moodle_exception

◆ execute_parameters()

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

Parameters.

Return values
external_function_parameters

◆ execute_returns()

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

Return.

Return values
external_single_structure

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