PHP Class WebFeedPlugin, ojs

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

Méthodes publiques

Méthode 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 méthode

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 méthode

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

getContextSpecificPluginSettingsFile() public méthode

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

getDescription() public méthode

Get the description of this plugin
public getDescription ( ) : string
Résultat string

getDisplayName() public méthode

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

getTemplatePath() public méthode

public getTemplatePath ( $inCore = false )

manage() public méthode

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

register() public méthode

public register ( $category, $path )