PHP Class ExternalFeedPlugin, ojs

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

Méthodes publiques

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

displayHomepage() public méthode

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

getDefaultStyleSheetFile() public méthode

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

getDescription() public méthode

public getDescription ( )

getDisplayName() public méthode

public getDisplayName ( )

getInstallSchemaFile() public méthode

Get the filename of the ADODB schema for this plugin.

getStyleSheetFile() public méthode

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

manage() public méthode

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

register() public méthode

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

smartyPluginUrl() public méthode

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