|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($url) | |
| getJSLinkActionRequest () | |
| getLocalizedOptions () | |
| getUrl () | |
Public Member Functions inherited from LinkActionRequest | |
| __construct () | |
Data Fields | |
| $_url | |
This action request redirects to another page.
Definition at line 18 of file OpenWindowAction.inc.php.
| OpenWindowAction::__construct | ( | $url | ) |
Constructor
| $url | string Target URL |
Definition at line 29 of file OpenWindowAction.inc.php.
| OpenWindowAction::getJSLinkActionRequest | ( | ) |
Reimplemented from LinkActionRequest.
Definition at line 53 of file OpenWindowAction.inc.php.
| OpenWindowAction::getLocalizedOptions | ( | ) |
Reimplemented from LinkActionRequest.
Definition at line 60 of file OpenWindowAction.inc.php.
References getUrl().
| OpenWindowAction::getUrl | ( | ) |
Get the target URL.
Definition at line 42 of file OpenWindowAction.inc.php.
References $_url.
Referenced by getLocalizedOptions().
| string OpenWindowAction::$_url |
The URL this action will invoke
Definition at line 23 of file OpenWindowAction.inc.php.
Referenced by getUrl().