PHP Class DevelopedByBlockPlugin, ojs

Inheritance: extends BlockPlugin
Mostrar archivo Open project: pkp/ojs

Public Methods

Method Description
getBlockContext ( ) : integer Get the block context. Overrides parent so that the plugin will be displayed during install.
getContextSpecificPluginSettingsFile ( ) : string Install default settings on journal creation.
getDescription ( ) Get a description of the plugin.
getDisplayName ( ) : String Get the display name of this plugin.
getEnabled ( ) Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
getInstallSitePluginSettingsFile ( ) : string Install default settings on system install.
getSeq ( ) Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.

Method Details

getBlockContext() public method

Get the block context. Overrides parent so that the plugin will be displayed during install.
public getBlockContext ( ) : integer
return integer

getContextSpecificPluginSettingsFile() public method

Install default settings on journal creation.

getDescription() public method

Get a description of the plugin.
public getDescription ( )

getDisplayName() public method

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

getEnabled() public method

Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
public getEnabled ( )

getInstallSitePluginSettingsFile() public method

Install default settings on system install.

getSeq() public method

Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
public getSeq ( )