_url = $url; } // // Getters and Setters // /** * Get the URL to be loaded into the modal. * @return string */ function getUrl() { return $this->_url; } // // Overridden methods from LinkActionRequest // /** * @see LinkActionRequest::getLocalizedOptions() */ function getLocalizedOptions() { return array_merge(parent::getLocalizedOptions(), array( 'modalHandler' => '$.pkp.controllers.modal.AjaxModalHandler', 'url' => $this->getUrl())); } } ?>