PHP Класс DefaultThemePlugin, ojs

Наследование: extends ThemePlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )

Описание методов

getContextSpecificPluginSettingsFile() публичный Метод

Get the name of the settings file to be installed on new journal creation.
public getContextSpecificPluginSettingsFile ( ) : string
Результат string

getDescription() публичный Метод

Get the description of this plugin
public getDescription ( ) : string
Результат string

getDisplayName() публичный Метод

Get the display name of this plugin
public getDisplayName ( ) : string
Результат string

getInstallSitePluginSettingsFile() публичный Метод

Get the name of the settings file to be installed site-wide when OJS is installed.
public getInstallSitePluginSettingsFile ( ) : string
Результат string

init() публичный Метод

Initialize the theme's styles, scripts and hooks. This is run on the currently active theme and it's parent themes.
public init ( ) : null
Результат null

isActive() публичный Метод

public isActive ( )