Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 400 and 402] [Versions 401 and 402]
This is the external method for deleting draft files.
Copyright: | 2020 Juan Leyva <juan@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 116 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
draft:: (3 methods):
execute_parameters()
execute()
execute_returns()
execute_parameters() X-Ref |
Describes the parameters for execute. return: external_function_parameters |
execute(int $draftitemid, array $files) X-Ref |
Delete the indicated files (or directories) from a user draft file area. param: int $draftitemid item id of the draft file area param: array $files files to be deleted return: array of warnings and parent paths of the files deleted |
execute_returns() X-Ref |
Describes the execute return value. return: external_single_structure |