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

Public Member Functions

 before_filter (&$action, &$args)
 after_filter ($action, $args)

Protected Member Functions

 setDialogLayout ($icon=false)

Additional Inherited Members

- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

Member Function Documentation

after_filter (   $action,
  $args 
)

Callback function being called after an action is executed.

Parameters
stringName of the action to perform.
arrayAn array of arguments to the action.
Returns
void

Reimplemented from AuthenticatedController.

Here is the call graph for this function:

before_filter ( $action,
$args 
)

Callback function being called before an action is executed. If this function does not return FALSE, the action will be called, otherwise an error will be generated and processing will be aborted. If this function already #rendered or #redirected, further processing of the action is withheld.

Parameters
stringName of the action to perform.
arrayAn array of arguments to the action.
Returns
bool

Reimplemented from AuthenticatedController.

Reimplemented in Document_FilesController, and Document_FolderController.

Here is the call graph for this function:

setDialogLayout (   $icon = false)
protected

Here is the call graph for this function:

Here is the caller graph for this function:


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