Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
before_filter (&$action, &$args) | |
show_action () | |
new_action () | |
edit_action ($id) | |
save_action () | |
delete_action ($id) | |
infobox_content () | |
Public Member Functions inherited from AuthenticatedController | |
after_filter ($action, $args) | |
Public Member Functions inherited from StudipController | |
validate_args (&$args, $types=NULL) | |
url_for ($to) | |
rescue ($exception) |
before_filter | ( | & | $action, |
& | $args | ||
) |
common tasks for all actions
Reimplemented from AuthenticatedController.
delete_action | ( | $id | ) |
Delete an existing user domain.
edit_action | ( | $id | ) |
Edit an existing user domain.
infobox_content | ( | ) |
Get contents of the info box for this action.
new_action | ( | ) |
Create a new user domain.
save_action | ( | ) |
Save changes to a user domain.
show_action | ( | ) |
Display the list of user domains.