PHP Class HtmlArticleGalleyPlugin, ojs

Inheritance: extends GenericPlugin
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode Description
_getHTMLContents ( $request, $galley ) : string Return string containing the contents of the HTML file.
_handleOjsUrl ( $matchArray )
articleDownloadCallback ( string $hookName, array $args ) Present rewritten article HTML.
articleViewCallback ( string $hookName, array $args ) Present the article wrapper page.
getContextSpecificPluginSettingsFile ( ) : string Install default settings on journal creation.
getDescription ( ) Get a description of the plugin.
getDisplayName ( ) : String Get the display name of this plugin.
register ( $category, $path )

Method Details

_getHTMLContents() public méthode

This function performs any necessary filtering, like image URL replacement.
public _getHTMLContents ( $request, $galley ) : string
$request PKPRequest
$galley ArticleGalley
Résultat string

_handleOjsUrl() public méthode

public _handleOjsUrl ( $matchArray )

articleDownloadCallback() public méthode

Present rewritten article HTML.
public articleDownloadCallback ( string $hookName, array $args )
$hookName string
$args array

articleViewCallback() public méthode

Present the article wrapper page.
public articleViewCallback ( string $hookName, array $args )
$hookName string
$args array

getContextSpecificPluginSettingsFile() public méthode

Install default settings on journal creation.

getDescription() public méthode

Get a description of the plugin.
public getDescription ( )

getDisplayName() public méthode

Get the display name of this plugin.
public getDisplayName ( ) : String
Résultat String

register() public méthode

See also: Plugin::register()
public register ( $category, $path )