Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
Settings_NotificationController Class Reference
Inheritance diagram for Settings_NotificationController:
Inheritance graph
Collaboration diagram for Settings_NotificationController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 index_action ()
 store_action ()
 open_action ($id)
 close_action ($id)
- Public Member Functions inherited from Settings_SettingsController
 url_for ($to)
 get_default_template ($action)
 render_nothing ($text= '')
 shallChange ($field, $attribute=null, $value=null)
 verifyDialog ($message, $approved, $rejected)
 __call ($method, $arguments)
 after_filter ($action, $args)

Additional Inherited Members

- Protected Member Functions inherited from Settings_SettingsController
 check_ticket ()
 populateInfobox ()
 postPrivateMessage ($message)
- Protected Attributes inherited from Settings_SettingsController
 $private_messages = array()

Member Function Documentation

before_filter ( $action,
$args 
)

Set up this controller and define the infobox

Parameters
String$actionName of the action to be invoked
Array$argsArguments to be passed to the action method
Exceptions
AccessDeniedExceptionif notifications are not globally enabled or if the user has no access to these notifications (admin or root accounts).

Reimplemented from Settings_SettingsController.

Here is the call graph for this function:

close_action (   $id)

Closes a specific area.

Parameters
String$idId of the area to be closed
index_action ( )

Display the notification settings of a user.

Here is the call graph for this function:

open_action (   $id)

Opens a specific area.

Parameters
String$idId of the area to be opened
store_action ( )

Stores the notification settings of a user.

Here is the call graph for this function:


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