|
| | validate_args (&$args, $types=NULL) |
| |
| | before_filter (&$action, &$args) |
| |
| | index_action ($topFolderId='') |
| |
| | flat_action () |
| |
| | configure_action () |
| |
| | system_action ($plugin_id, $folder_id=null) |
| |
| | copyhandler_action ($destination_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) |
| |
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
◆ configure_action()
Action to configure the different FileSystem-plugins
◆ copyhandler_action()
| copyhandler_action |
( |
|
$destination_id | ) |
|
◆ flat_action()
Displays the files in flat view
◆ getRangeLink()
| static getRangeLink |
( |
|
$folder | ) |
|
|
static |
Create a link to a folder's range.
- Parameters
-
| \FolderType | $folder | the folder |
- Returns
- string the link to the folder's range
◆ index_action()
| index_action |
( |
|
$topFolderId = '' | ) |
|
Displays the files in tree view.
◆ system_action()
| system_action |
( |
|
$plugin_id, |
|
|
|
$folder_id = null |
|
) |
| |
◆ 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.
The documentation for this class was generated from the following file: