|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($postUrl, $redirectUrl) | |
| getJSLinkActionRequest () | |
| getLocalizedOptions () | |
| getPostUrl () | |
Public Member Functions inherited from RedirectAction | |
| __construct ($url, $name='_self', $specs='') | |
| getName () | |
| getSpecs () | |
| getUrl () | |
Public Member Functions inherited from LinkActionRequest | |
| __construct () | |
Data Fields | |
| $_postUrl | |
Data Fields inherited from RedirectAction | |
| $_name | |
| $_specs | |
| $_url | |
Class defining a post and redirect action. See PostAndRedirectRequest.js to detailed description.
Definition at line 19 of file PostAndRedirectAction.inc.php.
| PostAndRedirectAction::__construct | ( | $postUrl, | |
| $redirectUrl | |||
| ) |
Constructor
| $postUrl | string The target URL to post data. |
| $redirectUrl | string The target URL to redirect. |
Definition at line 32 of file PostAndRedirectAction.inc.php.
| PostAndRedirectAction::getJSLinkActionRequest | ( | ) |
Reimplemented from RedirectAction.
Definition at line 56 of file PostAndRedirectAction.inc.php.
| PostAndRedirectAction::getLocalizedOptions | ( | ) |
Reimplemented from RedirectAction.
Definition at line 63 of file PostAndRedirectAction.inc.php.
References getPostUrl().
| PostAndRedirectAction::getPostUrl | ( | ) |
Get the url to post data.
Definition at line 45 of file PostAndRedirectAction.inc.php.
References $_postUrl.
Referenced by getLocalizedOptions().
| string PostAndRedirectAction::$_postUrl |
The url to be used for posting data
Definition at line 25 of file PostAndRedirectAction.inc.php.
Referenced by getPostUrl().