|
| validate_args (&$args, $types=NULL) |
|
| before_filter (&$action, &$args) |
|
| overview_action () |
|
| index_action ($topFolderId= '') |
|
| flat_action () |
|
| configure_action () |
|
| system_action ($plugin_id, $folder_id=null) |
|
| copyhandler_action ($destination_id) |
|
| before_filter (&$action, &$args) |
|
| before_filter (&$action, &$args) |
|
| erase_response () |
|
| perform ($unconsumed_path) |
|
| after_filter ($action, $args) |
|
| validate_args (&$args, $types=null) |
|
| url_for ($to= '') |
|
| link_for ($to= '') |
|
| redirect ($to) |
|
| relocate ($to) |
|
| rescue ($exception) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter= ';', $enclosure= '"') |
|
| render_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| render_temporary_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| relay ($to_uri) |
|
| relayWithRedirect (...$args) |
|
| perform_relayed ($unconsumed) |
|
| render_template_as_string ($template, $layout=null) |
|
| __call ($method, $arguments) |
|
| has_action ($action) |
|
| action_url ($action) |
|
| action_link ($action) |
|
| validate_datetime ($datetime, $format= 'H:i') |
|
addFiltersToOverviewSidebar |
( |
array |
$filters = [] | ) |
|
|
protected |
addViewsToOverview |
( |
string |
$current_view | ) |
|
|
protected |
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Action to configure the different FileSystem-plugins
copyhandler_action |
( |
|
$destination_id | ) |
|
Displays the files from the personal file area in a flat view
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 |
( |
|
$topFolderId = '' | ) |
|
Displays the files from the personal file area in a tree view.
Displays an overview page with widgets showing a current selection of files. This is practically a new version of the former file dashboard.
system_action |
( |
|
$plugin_id, |
|
|
|
$folder_id = null |
|
) |
| |
validate_args |
( |
& |
$args, |
|
|
|
$types = NULL |
|
) |
| |
The documentation for this class was generated from the following file: