Public Member Functions | |
| __construct ($class, $method, $params=array()) | |
| getClass () | |
| getMethod () | |
| getParameters () | |
| __toString () | |
Static Public Member Functions | |
| static | getRequest (Claro_Input $userInput) |
Protected Attributes | |
| $klass | |
| $method | |
| $params | |
AJAX Remote Method Request
Definition at line 110 of file ajax.lib.php.
| __construct | ( | $ | class, | |
| $ | method, | |||
| $ | params = array() | |||
| ) |
| string | $class class name | |
| string | $method invoked method name | |
| array | $params method invokation parameters |
Definition at line 119 of file ajax.lib.php.
| __toString | ( | ) |
Definition at line 153 of file ajax.lib.php.
| getClass | ( | ) |
Get the name of the invoked class
Definition at line 130 of file ajax.lib.php.
| getMethod | ( | ) |
Get the name of the invoked method
Definition at line 139 of file ajax.lib.php.
| getParameters | ( | ) |
Get the parameters for the invoked method
Definition at line 148 of file ajax.lib.php.
| static getRequest | ( | Claro_Input $ | userInput | ) | [static] |
FActory : build an Ajax Request object from the user input
| Claro_Input | $userInput |
Definition at line 163 of file ajax.lib.php.
$klass [protected] |
Definition at line 112 of file ajax.lib.php.
$method [protected] |
Definition at line 112 of file ajax.lib.php.
$params [protected] |
Definition at line 112 of file ajax.lib.php.
1.6.3