|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($url, $name='_self', $specs='') | |
| getJSLinkActionRequest () | |
| getLocalizedOptions () | |
| getName () | |
| getSpecs () | |
| getUrl () | |
Public Member Functions inherited from LinkActionRequest | |
| __construct () | |
Data Fields | |
| $_name | |
| $_specs | |
| $_url | |
This action request redirects to another page.
Definition at line 18 of file RedirectAction.inc.php.
| RedirectAction::__construct | ( | $url, | |
$name = '_self', |
|||
$specs = '' |
|||
| ) |
Constructor
| $url | string Target URL |
| $name | string Name of window to direct (defaults to current window) |
| $specs | string Optional set of window specs (see window.open JS reference) |
Definition at line 43 of file RedirectAction.inc.php.
| RedirectAction::getJSLinkActionRequest | ( | ) |
Reimplemented from LinkActionRequest.
Reimplemented in PostAndRedirectAction.
Definition at line 87 of file RedirectAction.inc.php.
| RedirectAction::getLocalizedOptions | ( | ) |
Reimplemented from LinkActionRequest.
Reimplemented in PostAndRedirectAction.
Definition at line 94 of file RedirectAction.inc.php.
References getName(), getSpecs(), and getUrl().
| RedirectAction::getName | ( | ) |
Get the target name. See JS reference for the name parameter to "window.open".
Definition at line 67 of file RedirectAction.inc.php.
References $_name.
Referenced by getLocalizedOptions().
| RedirectAction::getSpecs | ( | ) |
Get the target specifications. See JS reference for the specs parameter to "window.open".
Definition at line 76 of file RedirectAction.inc.php.
References $_specs.
Referenced by getLocalizedOptions().
| RedirectAction::getUrl | ( | ) |
Get the target URL.
Definition at line 58 of file RedirectAction.inc.php.
References $_url.
Referenced by getLocalizedOptions().
| string RedirectAction::$_name |
The name of the window
Definition at line 29 of file RedirectAction.inc.php.
Referenced by getName().
| string RedirectAction::$_specs |
The specifications of the window
Definition at line 35 of file RedirectAction.inc.php.
Referenced by getSpecs().
| string RedirectAction::$_url |
The URL this action will invoke
Definition at line 23 of file RedirectAction.inc.php.
Referenced by getUrl().