PHP Class ExternalFeedPlugin, ojs

Inheritance: extends GenericPlugin
Datei anzeigen Open project: pkp/ojs

Public Methods

Method Description
callbackLoadCategory ( $hookName, $args ) Register as a block plugin, even though this is a generic plugin.
displayHomepage ( $hookName, $args ) Display external feed content on journal homepage.
displayManagerLink ( $hookName, $params ) Display management link for JM.
getDefaultStyleSheetFile ( ) Get the filename of the default CSS stylesheet for this plugin.
getDescription ( )
getDisplayName ( )
getInstallSchemaFile ( ) Get the filename of the ADODB schema for this plugin.
getStyleSheetFile ( ) Get the filename of the CSS stylesheet for this plugin.
manage ( $args, $request )
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
smartyPluginUrl ( $params, &$smarty ) Extend the {url .

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

displayHomepage() public method

Display external feed content on journal homepage.
public displayHomepage ( $hookName, $args )
$hookName string
$args array

getDefaultStyleSheetFile() public method

Get the filename of the default CSS stylesheet for this plugin.

getDescription() public method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

getInstallSchemaFile() public method

Get the filename of the ADODB schema for this plugin.

getStyleSheetFile() public method

Get the filename of the CSS stylesheet for this plugin.
public getStyleSheetFile ( )

manage() public method

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

register() public method

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
return boolean True iff plugin initialized successfully; if false, the plugin will not be registered.

smartyPluginUrl() public method

..} smarty to support externalFeed plugin.
public smartyPluginUrl ( $params, &$smarty )