![]() |
Tina4Stack
v1.0.1
The Tina4 Stack
|
Public Member Functions | |
setRedirectPath ($path) | |
getRedirectPath () | |
setResponseScript ($script) | |
getResponseScript () | |
![]() | |
populateFromXCache () | |
populateToXCache () | |
mapRecord ($record) | |
populateFromDebby ($DEB) | |
populateToDebby () | |
load () | |
save ($onlyToMemory=false) | |
__clone () | |
append ($object) | |
toJSON () | |
__toString () | |
fromJSON ($jsonString) | |
populateObject ($sql) | |
getBy ($fieldArray) | |
getLike ($fieldArray, $matchType=OLGA_MATCH_ENDING) | |
__toJson ($data) | |
__call ($method, $args) | |
persist () | |
createGetSet () | |
__construct ($jsonString="") | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
count () | |
clear () | |
Public Attributes | |
$redirectPath = "" | |
$responseScript = "" | |
![]() | |
$arrayObjects = [] | |
Class AjaxResponseAction
The response action is used as part of the response telling the system what should happen
AjaxResponseAction::getRedirectPath | ( | ) |
Get the redirect path
AjaxResponseAction::getResponseScript | ( | ) |
Get the response script
AjaxResponseAction::setRedirectPath | ( | $path | ) |
Set the redirection path
$path | string Path to the new location the application must navigate |
AjaxResponseAction::setResponseScript | ( | $script | ) |
Set the response script
$script |
AjaxResponseAction::$redirectPath = "" |
AjaxResponseAction::$responseScript = "" |