phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Public Member Functions | |
__construct ($method, $parameters) | |
compile (JsUtils $js=null) | |
getMethod () | |
setMethod ($method) | |
getParameters () | |
setParameters ($parameters) | |
Protected Member Functions | |
_eventPreparing ($preventDefault, $stopPropagation) | |
Private Attributes | |
$method | |
$parameters | |
Definition at line 6 of file AjaxCall.php.
__construct | ( | $method, | |
$parameters | |||
) |
Definition at line 12 of file AjaxCall.php.
|
protected |
Definition at line 50 of file AjaxCall.php.
compile | ( | JsUtils | $js = null | ) |
Definition at line 17 of file AjaxCall.php.
getMethod | ( | ) |
Definition at line 61 of file AjaxCall.php.
getParameters | ( | ) |
Definition at line 70 of file AjaxCall.php.
setMethod | ( | $method | ) |
Definition at line 65 of file AjaxCall.php.
setParameters | ( | $parameters | ) |
Definition at line 74 of file AjaxCall.php.
|
private |
Definition at line 8 of file AjaxCall.php.
|
private |
Definition at line 10 of file AjaxCall.php.