|
| 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) |
|
| store_action ($type, $id) |
|
| verify_action ($action, $id=null) |
|
| before_filter (&$action, &$args) |
|
| url_for ($to='') |
|
| get_default_template ($action) |
|
| render_nothing ($text='') |
|
| shallChange ($field, $attribute=null, $value=null) |
|
| after_filter ($action, $args) |
|
| 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) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter=';', $enclosure='"') |
|
| relay ($to_uri) |
|
| perform_relayed ($unconsumed) |
|
| render_template_as_string ($template, $layout=null) |
|
◆ assign_action()
Assign/add a user to a statusgruppe.
◆ before_filter()
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Set up this controller
- Parameters
-
String | $action | Name of the action to be invoked |
Array | $args | Arguments to be passed to the action method |
◆ default_action()
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()
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()
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()
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()
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()
store_action |
( |
|
$type, |
|
|
|
$id |
|
) |
| |
Stores the statusgruppen of a user.
◆ verify_action()
verify_action |
( |
|
$action, |
|
|
|
$id = null |
|
) |
| |
The documentation for this class was generated from the following file: