PHP 클래스 WebFeedPlugin, ojs

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

공개 메소드들

메소드 설명
callbackAddLinks ( $hookName, $args ) Add feed links to page on select/all pages.
callbackLoadCategory ( $hookName, $args ) Register as a block plugin, even though this is a generic plugin.
getActions ( $request, $verb )
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new context creation.
getDescription ( ) : string Get the description of this plugin
getDisplayName ( ) : string Get the display name of this plugin
getTemplatePath ( $inCore = false )
manage ( $args, $request )
register ( $category, $path )

메소드 상세

callbackLoadCategory() 공개 메소드

This will allow the plugin to behave as a block plugin, i.e. to have layout tasks performed on it.
public callbackLoadCategory ( $hookName, $args )
$hookName string
$args array

getActions() 공개 메소드

또한 보기: Plugin::getActions()
public getActions ( $request, $verb )

getContextSpecificPluginSettingsFile() 공개 메소드

Get the name of the settings file to be installed on new context creation.

getDescription() 공개 메소드

Get the description of this plugin
public getDescription ( ) : string
리턴 string

getDisplayName() 공개 메소드

Get the display name of this plugin
public getDisplayName ( ) : string
리턴 string

getTemplatePath() 공개 메소드

public getTemplatePath ( $inCore = false )

manage() 공개 메소드

또한 보기: Plugin::manage()
public manage ( $args, $request )

register() 공개 메소드

public register ( $category, $path )