|
| | before_filter (&$action, &$args) |
| |
| | create_action ($parent_id, $page=1) |
| |
| | edit_action ($folder_id) |
| |
| | delete_action ($folder_id) |
| |
| | before_filter (&$action, &$args) |
| |
| | url_for_parent_directory ($entry, $parent_id=null) |
| |
| | 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) |
| |
| | setInfoBoxImage ($image) |
| |
| | addToInfobox ($category, $text, $icon='blank.gif') |
| |
| | render_json ($data) |
| |
| | relay ($to_uri) |
| |
| | perform_relayed ($unconsumed) |
| |
| | render_template_as_string ($template, $layout=null) |
| |
folder.php
Der Controller stellt angemeldeten Benutzer/innen einen Dateimanager fuer deren persönlichen Dateibereich im Stud.IP zur Verfuegung. In diesem Controller werden sämtliche Operationen auf Verzeichnissen gekapselt.
- Author
- Jan-Hendrik Willms tleil.nosp@m.ax+s.nosp@m.tudip.nosp@m.@gma.nosp@m.il.co.nosp@m.m
-
Stefan Osterloh s.ost.nosp@m.erlo.nosp@m.h@uni.nosp@m.-old.nosp@m.enbur.nosp@m.g.de GPL2 or any later version
- Copyright
- Stud.IP Core-Group
- Since
- 3.1
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Before filter, basically initializes the controller by actvating the according navigation entry.
- Parameters
-
| String | $action | Action to execute |
| Array | $args | Arguments passed for the action (might be empty) |
◆ create_action()
| create_action |
( |
|
$parent_id, |
|
|
|
$page = 1 |
|
) |
| |
Create a new folder.
- Parameters
-
| String | $parent_id | Directory entry id of the parent directory |
◆ delete_action()
| delete_action |
( |
|
$folder_id | ) |
|
Deletes a folder.
- Parameters
-
| String | $folder_id | Directory entry id of the folder |
◆ edit_action()
| edit_action |
( |
|
$folder_id | ) |
|
Edits a folder.
- Parameters
-
| String | $folder_id | Directory entry id of the folder |
The documentation for this class was generated from the following file: