Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
Document_FolderController Class Reference
Inheritance diagram for Document_FolderController:
Inheritance graph
Collaboration diagram for Document_FolderController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 create_action ($parent_id)
 edit_action ($folder_id)
 delete_action ($folder_id)
- Public Member Functions inherited from DocumentController
 after_filter ($action, $args)

Additional Inherited Members

- Protected Member Functions inherited from DocumentController
 setDialogLayout ($icon=false)
- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

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
Since
3.1

Member Function Documentation

before_filter ( $action,
$args 
)

Before filter, basically initializes the controller by actvating the according navigation entry.

Parameters
String$actionAction to execute
Array$argsArguments passed for the action (might be empty)

Reimplemented from DocumentController.

Here is the call graph for this function:

create_action (   $parent_id)

Create a new folder.

Parameters
String$parent_idDirectory entry id of the parent directory

Here is the call graph for this function:

delete_action (   $folder_id)

Deletes a folder.

Parameters
String$folder_idDirectory entry id of the folder

Here is the call graph for this function:

edit_action (   $folder_id)

Edits a folder.

Parameters
String$folder_idDirectory entry id of the folder

Here is the call graph for this function:


The documentation for this class was generated from the following file: