Detailed Description
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
Member Function Documentation
| 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) |
Reimplemented from DocumentController.
| create_action |
( |
|
$parent_id | ) |
|
Create a new folder.
- Parameters
-
| String | $parent_id | Directory entry id of the parent directory |
| delete_action |
( |
|
$folder_id | ) |
|
Deletes a folder.
- Parameters
-
| String | $folder_id | Directory entry id of the folder |
| 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: