PHP Class PhpMyVisitesPlugin, ojs

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

Public Methods

Method Description
getDescription ( )
getDisplayName ( )
insertFooter ( $hookName, $params ) Insert phpmv page tag to footer
manage ( $args, $request )
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
smartyPluginUrl ( $params, &$smarty ) Extend the {url .

Method Details

getDescription() public method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

insertFooter() public method

Insert phpmv page tag to footer
public insertFooter ( $hookName, $params )

manage() public method

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 this plugin.
public smartyPluginUrl ( $params, &$smarty )