Stud.IP  3.2 Revision
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, $page=1)
 
 edit_action ($folder_id)
 
 delete_action ($folder_id)
 
- Public Member Functions inherited from DocumentController
 before_filter (&$action, &$args)
 
 url_for_parent_directory ($entry, $parent_id=null)
 
- Public Member Functions inherited from StudipController
 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)
 

Additional Inherited Members

- Protected Member Functions inherited from DocumentController
 setDialogLayout ($icon=false)
 
 getPageForIndex ($index, $limit=null)
 
- Protected Member Functions inherited from StudipController
 populateInfobox ()
 
- Protected Attributes inherited from AuthenticatedController
 $with_session = true
 
 $allow_nobody = false
 
- Protected Attributes inherited from StudipController
 $with_session = false
 
 $allow_nobody = true
 
 $encoding = "windows-1252"
 
 $utf8decode_xhr = 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()

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)
Here is the call graph for this function:

◆ create_action()

create_action (   $parent_id,
  $page = 1 
)

Create a new folder.

Parameters
String$parent_idDirectory entry id of the parent directory
Here is the call graph for this function:

◆ delete_action()

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()

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: