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

Public Member Functions

 before_filter (&$action, &$args)
 index_action ()
 check_activation_action ($ruleType)
 activate_action ($ruleType)
 install_action ()
 uninstall_action ($ruleType)
 download_action ($ruleName)
- Public Member Functions inherited from AuthenticatedController
 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 ()
- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

Member Function Documentation

activate_action (   $ruleType)

(De-)Activates the given rule type for system wide usage.

Parameters
String$ruleTypethe class name of the rule type to activate.

Here is the call graph for this function:

before_filter ( $action,
$args 
)
See Also
AuthenticatedController::before_filter

Reimplemented from AuthenticatedController.

Here is the call graph for this function:

check_activation_action (   $ruleType)

Shows where the given admission rule is activated (system wide or only at specific institutes).

Parameters
String$ruleTypeClass name of the rule type to check.

Here is the call graph for this function:

download_action (   $ruleName)

Downloads an admission rule as ZIP file.

Parameters
String$ruleNameClass name of the admission rule, is used for file name.

Here is the call graph for this function:

index_action ( )

Show overview of available admission rules.

Here is the call graph for this function:

install_action ( )

Installs a new admission rule.

Here is the call graph for this function:

uninstall_action (   $ruleType)

Deletes the given admission rule type from the system, including all data belonging to it (especially saved values in DB!).

Here is the call graph for this function:


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