Stud.IP  4.2 Revision
LocalizationsController Class Reference
Inheritance diagram for LocalizationsController:
Inheritance graph
Collaboration diagram for LocalizationsController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 
 show_action ($language=NULL)
 
 not_acceptable_action ($language=NULL)
 

Detailed Description

TODO

Member Function Documentation

◆ before_filter()

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

◆ not_acceptable_action()

not_acceptable_action (   $language = NULL)

◆ show_action()

show_action (   $language = NULL)
Here is the call graph for this function:

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