PHP 클래스 DefaultThemePlugin, ojs

상속: extends ThemePlugin
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
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.

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.

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 ( )