Stud.IP  jlu_3.3 Revision
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 StudipController
 before_filter (&$action, &$args)
 
 perform ($unconsumed_path)
 
 after_filter ($action, $args)
 
 validate_args (&$args, $types=NULL)
 
 url_for ($to='')
 
 link_for ($to='')
 
 relocate ($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
 $with_session = true
 
 $allow_nobody = false
 
- Protected Attributes inherited from StudipController
 $with_session = false
 
 $allow_nobody = true
 
 $encoding = "windows-1252"
 
 $utf8decode_xhr = false
 

Member Function Documentation

◆ activate_action()

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()

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

Reimplemented from StudipController.

Here is the call graph for this function:

◆ check_activation_action()

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()

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()

index_action ( )

Show overview of available admission rules.

Here is the call graph for this function:

◆ install_action()

install_action ( )

Installs a new admission rule.

Here is the call graph for this function:

◆ uninstall_action()

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: