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

Public Member Functions

 before_filter (&$action, &$args)
 after_filter ($action, $args)
- Public Member Functions inherited from StudipController
 validate_args (&$args, $types=NULL)
 url_for ($to= '')
 link_for ($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 StudipController
 populateInfobox ()

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 in Course_AdmissionController, and Settings_SettingsController.

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 StudipController.

Reimplemented in Admin_Cronjobs_SchedulesController, Calendar_ScheduleController, Admin_Cronjobs_LogsController, Admin_Cronjobs_TasksController, ScoreController, Admin_DatafieldsController, Course_StudygroupController, ProfileModulesController, ProfileController, Admin_AutoinsertController, Admin_ConfigurationController, Admin_StudycourseController, Admin_UserController, Course_EnrolmentController, MeineSeminareController, Settings_NotificationController, Settings_SettingsController, SmileysController, Admin_SpecificationController, Course_MembersController, Settings_DetailsController, Settings_PasswordController, Admission_CoursesetController, Course_ChangeViewController, Settings_CalendarController, Admin_DomainController, Admin_PluginController, OnlineController, Resources_HelpersController, Settings_AccountController, Settings_AvatarController, Settings_CategoriesController, Settings_DeputiesController, Settings_GeneralController, Settings_PrivacyController, Settings_StatusgruppenController, Settings_UserdomainsController, Admin_SmileysController, Admission_RuleAdministrationController, Course_StudyAreasController, EventLogController, Settings_StudiesController, Admin_RoleController, Admin_SemesterController, Admission_UserListController, Course_RoomRequestsController, Userfilter_FieldController, Userfilter_FilterController, Admin_AdditionalController, Admin_LockrulesController, Admin_WebserviceAccessController, Admission_RestrictedCoursesController, Admission_RuleController, Course_AdmissionController, Course_AvatarController, Course_CancelDatesController, Course_ManagementController, Institute_AvatarController, Admin_BannerController, Admin_RssFeedsController, Course_BlockAppointmentsController, Admin_StatusgroupsController, Settings_MessagingController, MessagesController, Admin_SemClassesController, Api_AuthorizationsController, Admin_ApiController, ContentElementController, and Admin_DbIntegrityCheckController.

Here is the call graph for this function:


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