◆ add_files_window_action()
| add_files_window_action |
( |
|
$folder_id | ) |
|
◆ add_url_action()
| add_url_action |
( |
|
$folder_id | ) |
|
◆ bulk_action()
| bulk_action |
( |
|
$folder_id | ) |
|
This action allows downloading, copying, moving and deleting files and folders in bulk.
◆ choose_destination_action()
| choose_destination_action |
( |
|
$copymode, |
|
|
|
$fileref_id = null |
|
) |
| |
◆ choose_file_action()
| choose_file_action |
( |
|
$folder_id = null | ) |
|
◆ choose_file_from_course_action()
| choose_file_from_course_action |
( |
|
$folder_id | ) |
|
◆ choose_folder_action()
| choose_folder_action |
( |
|
$folder_id = null | ) |
|
◆ choose_folder_from_course_action()
| choose_folder_from_course_action |
( |
| ) |
|
◆ choose_folder_from_institute_action()
| choose_folder_from_institute_action |
( |
| ) |
|
◆ delete_action()
| delete_action |
( |
|
$file_ref_id | ) |
|
The action for deleting a file reference.
◆ delete_folder_action()
| delete_folder_action |
( |
|
$folder_id | ) |
|
◆ details_action()
| details_action |
( |
|
$file_area_object_id = null | ) |
|
Displays details about a file or a folder.
- Parameters
-
| string | $file_area_object_id | A file area object like a Folder or a FileRef. |
◆ download_folder_action()
| download_folder_action |
( |
|
$folder_id | ) |
|
◆ edit_action()
| edit_action |
( |
|
$file_ref_id | ) |
|
The action for editing a file reference.
◆ edit_folder_action()
| edit_folder_action |
( |
|
$folder_id | ) |
|
Action for editing an existing folder, referenced by its ID.
- Parameters
-
| $folder_id | string The ID of the folder that shall be edited. |
◆ edit_license_action()
◆ getFolders_action()
◆ new_folder_action()
| new_folder_action |
( |
|
$folder_id | ) |
|
Action for creating a new folder.
◆ open_folder_action()
| open_folder_action |
( |
|
$folder_id | ) |
|
◆ unzipquestion_action()
◆ update_action()
| update_action |
( |
|
$file_ref_id | ) |
|
This action is responsible for updating a file reference.
◆ upload_action()
| upload_action |
( |
|
$folder_id | ) |
|
◆ upload_window_action()
◆ validate_args()
| validate_args |
( |
& |
$args, |
|
|
|
$types = NULL |
|
) |
| |
Validate arguments based on a list of given types. The types are: 'int', 'float', 'option' and 'string'. If the list of types is NULL or shorter than the argument list, 'option' is assumed for all remaining arguments. 'option' differs from Request::option() in that it also accepts the charaters '-' and ',' in addition to all word charaters.
- Parameters
-
| array | an array of arguments to the action |
| array | list of argument types (optional) |
Reimplemented from StudipController.
◆ $allow_nobody
The documentation for this class was generated from the following file: