Public Member Functions | |
ajaxLink ($label, $url, $options=null, $params=null) | |
Protected Member Functions | |
_determineRequestHandler ($options, $hasParams) |
Definition at line 37 of file AjaxLink.php.
_determineRequestHandler | ( | $ | options, |
$ | hasParams | ||
) | [protected] |
Determine which request method (GET or POST) should be used.
Normally the request method is determined implicitly by the rule, if addiotional params are sent, POST, if not GET. You can overwrite this behaviiour by implicitly setting $options['method'] = "POST|GET";
Array | $options | |
Boolean | $hasParams |
Definition at line 297 of file AjaxLink.php.