|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($remoteAction, $requestType=AJAX_REQUEST_TYPE_POST) | |
| getJSLinkActionRequest () | |
| getLocalizedOptions () | |
| getRemoteAction () | |
| getRequestType () | |
Public Member Functions inherited from LinkActionRequest | |
| __construct () | |
Data Fields | |
| $_remoteAction | |
| $_requestType | |
Class defining an AJAX action.
Definition at line 21 of file AjaxAction.inc.php.
| AjaxAction::__construct | ( | $remoteAction, | |
$requestType = AJAX_REQUEST_TYPE_POST |
|||
| ) |
Constructor
| $remoteAction | string The target URL. |
| $requestType | string One of the AJAX_REQUEST_TYPE_* constants. |
Definition at line 41 of file AjaxAction.inc.php.
| AjaxAction::getJSLinkActionRequest | ( | ) |
Reimplemented from LinkActionRequest.
Definition at line 74 of file AjaxAction.inc.php.
| AjaxAction::getLocalizedOptions | ( | ) |
Reimplemented from LinkActionRequest.
Definition at line 81 of file AjaxAction.inc.php.
References getRemoteAction(), and getRequestType().
| AjaxAction::getRemoteAction | ( | ) |
Get the target URL.
Definition at line 55 of file AjaxAction.inc.php.
References $_remoteAction.
Referenced by getLocalizedOptions().
| AjaxAction::getRequestType | ( | ) |
Get the modal object.
Definition at line 63 of file AjaxAction.inc.php.
References $_requestType.
Referenced by getLocalizedOptions().
| string AjaxAction::$_remoteAction |
Definition at line 27 of file AjaxAction.inc.php.
Referenced by getRemoteAction().
| string AjaxAction::$_requestType |
Definition at line 33 of file AjaxAction.inc.php.
Referenced by getRequestType().