PHP 클래스 LanguageToggleBlockPlugin, ojs

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

공개 메소드들

메소드 설명
getBlockContext ( $contextId = null ) : integer Get the block context. Overrides parent so that the plugin will be displayed during install.
getContents ( $templateMgr, $request = null ) Get the HTML contents for this block.
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 ( $contextId = null ) : boolean 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 ( $contextId = null ) 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 ( $contextId = null ) : integer
$contextId int Context ID (journal/press)
리턴 integer

getContents() 공개 메소드

Get the HTML contents for this block.
public getContents ( $templateMgr, $request = null )
$templateMgr object
$request PKPRequest

getContextSpecificPluginSettingsFile() 공개 메소드

Install default settings on journal creation.

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 ( $contextId = null ) : boolean
$contextId int Context ID (journal/press)
리턴 boolean

getInstallSitePluginSettingsFile() 공개 메소드

Install default settings on system install.

getSeq() 공개 메소드

Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
public getSeq ( $contextId = null )
$contextId int Context ID (journal/press)