Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
core_user\external\update_private_files Class Reference
Inheritance diagram for core_user\external\update_private_files:

Static Public Member Functions

static execute (int $draftitemid)
 Updates current user private files.
 
static execute_parameters ()
 Describes the external function parameters.
 
static execute_returns ()
 Describe the return structure of the external service.
 

Detailed Description

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

Member Function Documentation

◆ execute()

static core_user\external\update_private_files::execute ( int $draftitemid)
static

Updates current user private files.

Parameters
int$draftitemidThe draft item id with the files.
Exceptions
moodle_exception;
Return values
array

◆ execute_parameters()

static core_user\external\update_private_files::execute_parameters ( )
static

Describes the external function parameters.

Return values
external_function_parameters

◆ execute_returns()

static core_user\external\update_private_files::execute_returns ( )
static

Describe the return structure of the external service.

Return values
external_single_structure

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