Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_blog\external\add_entry Class Reference
Inheritance diagram for core_blog\external\add_entry:

Static Public Member Functions

static execute (string $subject, string $summary, int $summaryformat, array $options=[])
 Add the indicated glossary entry.
 
static execute_parameters ()
 Parameters.
 
static execute_returns ()
 Return.
 

Detailed Description

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

Member Function Documentation

◆ execute()

static core_blog\external\add_entry::execute ( string $subject,
string $summary,
int $summaryformat,
array $options = [] )
static

Add the indicated glossary entry.

Parameters
string$subjectthe glossary subject
string$summarythe subject summary
int$summaryformatthe subject summary format
array$optionsadditional settings
Return values
arraywith result and warnings
Exceptions
moodle_exception

◆ execute_parameters()

static core_blog\external\add_entry::execute_parameters ( )
static

Parameters.

Return values
external_function_parameters

◆ execute_returns()

static core_blog\external\add_entry::execute_returns ( )
static

Return.

Return values
external_single_structure

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