PHP 클래스 CoinsPlugin, ojs

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

공개 메소드들

메소드 설명
getDescription ( )
getDisplayName ( )
getInstallSitePluginSettingsFile ( ) : string Get the name of the settings file to be installed site-wide when OJS is installed.
insertFooter ( $hookName, $params ) Insert COinS tag.
register ( $category, $path ) : boolean Called as a plugin is registered to the registry

메소드 상세

getDescription() 공개 메소드

public getDescription ( )

getDisplayName() 공개 메소드

public getDisplayName ( )

getInstallSitePluginSettingsFile() 공개 메소드

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

insertFooter() 공개 메소드

Insert COinS tag.
public insertFooter ( $hookName, $params )

register() 공개 메소드

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
리턴 boolean True iff plugin initialized successfully; if false, the plugin will not be registered.