PHP Класс DevelopedByBlockPlugin, ojs

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

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

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

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

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

Get the block context. Overrides parent so that the plugin will be displayed during install.
public getBlockContext ( ) : integer
Результат integer

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

Install default settings on journal creation.
public getContextSpecificPluginSettingsFile ( ) : string
Результат string

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

Get a description of the plugin.
public getDescription ( )

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

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

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

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

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

Install default settings on system install.
public getInstallSitePluginSettingsFile ( ) : string
Результат string

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

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