Property | Type | Description | |
---|---|---|---|
$strAction | string | Ajax action | |
$strAjaxId | string | Ajax id | |
$strAjaxKey | string | Ajax key | |
$strAjaxName | string | Ajax name |
Method | Description | |
---|---|---|
__construct ( string $strAction ) | Get the current action | |
executePostActions ( |
Ajax actions that do require a data container object | |
executePreActions ( ) | Ajax actions that do not require a data container object |
Method | Description | |
---|---|---|
convertToResponse ( string $str ) : |
Convert a string to a response object | |
executePostActionsHook ( |
Execute the post actions hook |
public __construct ( string $strAction ) | ||
$strAction | string |
protected convertToResponse ( string $str ) : |
||
$str | string | |
return |
public executePostActions ( |
||
$dc |
protected executePostActionsHook ( |
||
$dc |
public executePreActions ( ) |