PHP Class DefaultThemePlugin, ojs

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

Méthodes publiques

Méthode Description
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new journal creation.
getDescription ( ) : string Get the description of this plugin
getDisplayName ( ) : string Get the display name of this plugin
getInstallSitePluginSettingsFile ( ) : string Get the name of the settings file to be installed site-wide when OJS is installed.
init ( ) : null Initialize the theme's styles, scripts and hooks. This is run on the currently active theme and it's parent themes.
isActive ( )

Method Details

getContextSpecificPluginSettingsFile() public méthode

Get the name of the settings file to be installed on new journal 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

getInstallSitePluginSettingsFile() public méthode

Get the name of the settings file to be installed site-wide when OJS is installed.

init() public méthode

Initialize the theme's styles, scripts and hooks. This is run on the currently active theme and it's parent themes.
public init ( ) : null
Résultat null

isActive() public méthode

public isActive ( )