Open Journal Systems  3.3.0
OpenWindowAction Class Reference
Inheritance diagram for OpenWindowAction:
LinkActionRequest

Public Member Functions

 __construct ($url)
 
 getJSLinkActionRequest ()
 
 getLocalizedOptions ()
 
 getUrl ()
 
- Public Member Functions inherited from LinkActionRequest
 __construct ()
 

Data Fields

 $_url
 

Detailed Description

This action request redirects to another page.

Definition at line 18 of file OpenWindowAction.inc.php.

Constructor & Destructor Documentation

◆ __construct()

OpenWindowAction::__construct (   $url)

Constructor

Parameters
$urlstring Target URL

Definition at line 29 of file OpenWindowAction.inc.php.

Member Function Documentation

◆ getJSLinkActionRequest()

OpenWindowAction::getJSLinkActionRequest ( )
See also
LinkActionRequest::getJSLinkActionRequest()

Reimplemented from LinkActionRequest.

Definition at line 53 of file OpenWindowAction.inc.php.

◆ getLocalizedOptions()

OpenWindowAction::getLocalizedOptions ( )
See also
LinkActionRequest::getLocalizedOptions()

Reimplemented from LinkActionRequest.

Definition at line 60 of file OpenWindowAction.inc.php.

References getUrl().

◆ getUrl()

OpenWindowAction::getUrl ( )

Get the target URL.

Returns
string

Definition at line 42 of file OpenWindowAction.inc.php.

References $_url.

Referenced by getLocalizedOptions().

Field Documentation

◆ $_url

string OpenWindowAction::$_url

The URL this action will invoke

Definition at line 23 of file OpenWindowAction.inc.php.

Referenced by getUrl().


The documentation for this class was generated from the following file: