|
| | validate_args (&$args, $types=NULL) |
| |
| | upload_window_action () |
| |
| | upload_action ($folder_id) |
| |
| | unzipquestion_action () |
| |
| | details_action ($file_area_object_id=null, $include_navigation=false) |
| |
| | edit_action ($file_ref_id) |
| |
| | update_action ($file_ref_id) |
| |
| | choose_destination_action ($copymode, $fileref_id=null) |
| |
| | download_folder_action ($folder_id) |
| |
| | choose_folder_from_course_action () |
| |
| | choose_folder_from_institute_action () |
| |
| | choose_folder_action ($folder_id=null) |
| |
| | getFolders_action () |
| |
| | delete_action ($file_ref_id) |
| |
| | add_files_window_action ($folder_id) |
| |
| | choose_file_from_course_action ($folder_id) |
| |
| | choose_file_action ($folder_id=null) |
| |
| | edit_license_action () |
| |
| | add_url_action ($folder_id) |
| |
| | new_folder_action ($folder_id) |
| |
| | edit_folder_action ($folder_id) |
| |
| | delete_folder_action ($folder_id) |
| |
| | bulk_action ($folder_id) |
| |
| | open_folder_action ($folder_id) |
| |
| | before_filter (&$action, &$args) |
| |
| | perform ($unconsumed_path) |
| |
| | after_filter ($action, $args) |
| |
| | validate_args (&$args, $types=null) |
| |
| | url_for ($to='') |
| |
| | link_for ($to='') |
| |
| | relocate ($to) |
| |
| | rescue ($exception) |
| |
| | render_json ($data) |
| |
| | render_csv ($data, $filename=null, $delimiter=';', $enclosure='"') |
| |
| | relay ($to_uri) |
| |
| | perform_relayed ($unconsumed) |
| |
| | render_template_as_string ($template, $layout=null) |
| |
| | __call ($method, $arguments) |
| |
| | has_action ($action) |
| |
| | action_url ($action) |
| |
| | action_link ($action) |
| |
◆ 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, |
|
|
|
$include_navigation = false |
|
) |
| |
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'. 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.
Since Stud.IP 4.0 it is also possible to directly inject SimpleORMap objects. If types is NULL, the signature of the called action is analyzed and any type hint that matches a sorm class will be used to create an object using the argument as the id that is passed to the object's constructor.
If $_autobind is set to true, the created object is also assigned to the controller so that it is available in a view.
- 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: