Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_files\external\get\unused_draft Class Reference

Generate a new draft itemid for the current user. More...

Inheritance diagram for core_files\external\get\unused_draft:

Static Public Member Functions

static execute ()
 Generate a new draft itemid for the current user.
 
static execute_parameters ()
 Describes the parameters for execute.
 
static execute_returns ()
 Describes the execute return value.
 

Detailed Description

Generate a new draft itemid for the current user.

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

Member Function Documentation

◆ execute()

static core_files\external\get\unused_draft::execute ( )
static

Generate a new draft itemid for the current user.

Return values
arrayof information containing the draft item area and possible warnings.
Since
Moodle 3.11

◆ execute_parameters()

static core_files\external\get\unused_draft::execute_parameters ( )
static

Describes the parameters for execute.

Return values
external_function_parameters
Since
Moodle 3.11

◆ execute_returns()

static core_files\external\get\unused_draft::execute_returns ( )
static

Describes the execute return value.

Return values
external_single_structure
Since
Moodle 3.11

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