_url = $url; } // // Getters and Setters // /** * Get the target URL. * @return string */ function getUrl() { return $this->_url; } // // Overridden protected methods from LinkActionRequest // /** * @see LinkActionRequest::getJSLinkActionRequest() */ function getJSLinkActionRequest() { return '$.pkp.classes.linkAction.OpenWindowRequest'; } /** * @see LinkActionRequest::getLocalizedOptions() */ function getLocalizedOptions() { return array('url' => $this->getUrl()); } } ?>