Public Member Functions |
| | before_filter (&$action, &$args) |
| | index_action ($verify_action=null, $verify_id=null) |
| | default_action ($inst_id, $role_id, $datafield_id, $state) |
| | defaults_action ($role_id, $state) |
| | assign_action () |
| | delete_action ($id, $verified=false) |
| | move_action ($id, $direction) |
| | switch_action ($id, $open=null) |
| | store_action ($type, $id) |
| | 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) |
Member Function Documentation
Assign/add a user to a statusgruppe.
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Set up this controller and define the infobox
- Parameters
-
| String | $action | Name of the action to be invoked |
| Array | $args | Arguments to be passed to the action method |
Reimplemented from Settings_SettingsController.
| default_action |
( |
|
$inst_id, |
|
|
|
$role_id, |
|
|
|
$datafield_id, |
|
|
|
$state |
|
) |
| |
Set defaults for a single datafield of a statusgruppe.
- Parameters
-
| String | $inst_id | Id of the institute in question |
| String | $role_id | Id of the statusgruppe in question |
| String | $datafield_id | Id of the datafield in question |
| bool | $state | Indicates whether the defaults should be used or not |
| defaults_action |
( |
|
$role_id, |
|
|
|
$state |
|
) |
| |
Set defaults for all datafields of a statusgruppe.
- Parameters
-
| String | $role_id | Id of the statusgruppe in question |
| bool | $state | Indicates whether the defaults should be used or not |
| delete_action |
( |
|
$id, |
|
|
|
$verified = false |
|
) |
| |
Removes a user from a statusgruppe.
- Parameters
-
| String | $id | Id of the statusgruppe in question |
| bool | $verified | Indicates whether the action has been verified |
| index_action |
( |
|
$verify_action = null, |
|
|
|
$verify_id = null |
|
) |
| |
Displays the statusgruppen of a user.
- Parameters
-
| mixed | $verify_action | Optional name of an action to be verified |
| mixed | $verify_id | Optional id that belongs to the action to be verified |
| move_action |
( |
|
$id, |
|
|
|
$direction |
|
) |
| |
Moves a specific statusgruppe into the given direction.
- Parameters
-
| String | $id | Id of the statusgruppe in question |
| String | $direction | Either 'up' or 'down' |
| store_action |
( |
|
$type, |
|
|
|
$id |
|
) |
| |
Stores the statusgruppen of a user.
| switch_action |
( |
|
$id, |
|
|
|
$open = null |
|
) |
| |
Toggles whether a certain statusgruppe is open or not.
- Parameters
-
| String | $id | Id of the statusgruppe to be toggled. |
| mixed | $open | Optional new state (otherwise it's toggled) |
The documentation for this class was generated from the following file: