Stud.IP
4.2 Revision
|
Public Member Functions | |
before_filter (&$action, &$args) | |
index_action () | |
edit_action ($id) | |
new_action () | |
delete_action ($id) | |
update_action () | |
test_action () | |
get_all_rules () | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
$with_session = true | |
$allow_nobody = false | |
![]() | |
$with_session = false | |
$allow_nobody = true | |
before_filter | ( | & | $action, |
& | $args | ||
) |
common tasks for all actions
delete_action | ( | $id | ) |
edit_action | ( | $id | ) |
Mark one rule as editable and display the list of ws access rules
get_all_rules | ( | ) |
reload all rules from database
index_action | ( | ) |
Display the list of ws access rules
new_action | ( | ) |
Add a new rule on top, mark as editable and display the list of ws access rules
test_action | ( | ) |
update_action | ( | ) |