|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
Class for HtmlArticleGalley plugin.
Definition at line 18 of file HtmlArticleGalleyPlugin.inc.php.
| HtmlArticleGalleyPlugin::_getHTMLContents | ( | $request, | |
| $galley | |||
| ) |
Return string containing the contents of the HTML file. This function performs any necessary filtering, like image URL replacement.
| $request | PKPRequest |
| $galley | ArticleGalley |
Definition at line 118 of file HtmlArticleGalleyPlugin.inc.php.
References Plugin\$request, DAORegistry\getDAO(), and PKPTemplateManager\getManager().
Referenced by articleDownloadCallback().
| HtmlArticleGalleyPlugin::_handleOjsUrl | ( | $matchArray | ) |
Definition at line 199 of file HtmlArticleGalleyPlugin.inc.php.
References Plugin\$request, PKPApplication\get(), and strtolower_codesafe().
| HtmlArticleGalleyPlugin::articleDownloadCallback | ( | $hookName, | |
| $args | |||
| ) |
Present rewritten article HTML.
| string | $hookName | |
| array | $args |
Definition at line 93 of file HtmlArticleGalleyPlugin.inc.php.
References Plugin\$request, _getHTMLContents(), HookRegistry\call(), and PKPApplication\get().
| HtmlArticleGalleyPlugin::articleViewCallback | ( | $hookName, | |
| $args | |||
| ) |
Present the article wrapper page.
| string | $hookName | |
| array | $args |
Definition at line 59 of file HtmlArticleGalleyPlugin.inc.php.
References Plugin\$request, PKPTemplateManager\getManager(), and Plugin\getTemplateResource().
| HtmlArticleGalleyPlugin::getContextSpecificPluginSettingsFile | ( | ) |
Install default settings on journal creation.
Reimplemented from Plugin.
Definition at line 35 of file HtmlArticleGalleyPlugin.inc.php.
References Plugin\getPluginPath().
| HtmlArticleGalleyPlugin::getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from Plugin.
Definition at line 50 of file HtmlArticleGalleyPlugin.inc.php.
| HtmlArticleGalleyPlugin::getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from Plugin.
Definition at line 43 of file HtmlArticleGalleyPlugin.inc.php.
| HtmlArticleGalleyPlugin::register | ( | $category, | |
| $path, | |||
$mainContextId = null |
|||
| ) |
Reimplemented from LazyLoadPlugin.
Definition at line 22 of file HtmlArticleGalleyPlugin.inc.php.
References Plugin\getEnabled(), and HookRegistry\register().