PHP Class WebFeedPlugin, ojs

Inheritance: extends GenericPlugin
Show file Open project: pkp/ojs

Public Methods

Method Description
callbackAddLinks ( $hookName, $args ) Add feed links to page on select/all pages.
callbackLoadCategory ( $hookName, $args ) Register as a block plugin, even though this is a generic plugin.
getActions ( $request, $verb )
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new context creation.
getDescription ( ) : string Get the description of this plugin
getDisplayName ( ) : string Get the display name of this plugin
getTemplatePath ( $inCore = false )
manage ( $args, $request )
register ( $category, $path )

Method Details

callbackLoadCategory() public method

This will allow the plugin to behave as a block plugin, i.e. to have layout tasks performed on it.
public callbackLoadCategory ( $hookName, $args )
$hookName string
$args array

getActions() public method

See also: Plugin::getActions()
public getActions ( $request, $verb )

getContextSpecificPluginSettingsFile() public method

Get the name of the settings file to be installed on new context creation.

getDescription() public method

Get the description of this plugin
public getDescription ( ) : string
return string

getDisplayName() public method

Get the display name of this plugin
public getDisplayName ( ) : string
return string

getTemplatePath() public method

public getTemplatePath ( $inCore = false )

manage() public method

See also: Plugin::manage()
public manage ( $args, $request )

register() public method

public register ( $category, $path )