PHP 클래스 WebFeedBlockPlugin, ojs

상속: extends BlockPlugin
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$parentPluginName Name of parent plugin

공개 메소드들

메소드 설명
__construct ( $parentPluginName )
getContents ( $templateMgr, $request = null ) Get the HTML contents for this block.
getDescription ( ) Get a description of the plugin.
getDisplayName ( ) : String Get the display name of this plugin.
getHideManagement ( ) Hide this plugin from the management interface (it's subsidiary)
getName ( ) : String Get the name of this plugin. The name must be unique within its category.
getPluginPath ( ) : string Override the builtin to get the correct plugin path.
getSupportedContexts ( ) : array Get the supported contexts (e.g. BLOCK_CONTEXT_.
getTemplatePath ( $inCore = false )
getWebFeedPlugin ( ) : WebFeedPlugin Get the web feed plugin

메소드 상세

__construct() 공개 메소드

public __construct ( $parentPluginName )

getContents() 공개 메소드

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

getDescription() 공개 메소드

Get a description of the plugin.
public getDescription ( )

getDisplayName() 공개 메소드

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

getHideManagement() 공개 메소드

Hide this plugin from the management interface (it's subsidiary)
public getHideManagement ( )

getName() 공개 메소드

Get the name of this plugin. The name must be unique within its category.
public getName ( ) : String
리턴 String name of plugin

getPluginPath() 공개 메소드

Override the builtin to get the correct plugin path.
public getPluginPath ( ) : string
리턴 string

getSupportedContexts() 공개 메소드

..) for this block.
public getSupportedContexts ( ) : array
리턴 array

getTemplatePath() 공개 메소드

public getTemplatePath ( $inCore = false )

getWebFeedPlugin() 공개 메소드

Get the web feed plugin
public getWebFeedPlugin ( ) : WebFeedPlugin
리턴 WebFeedPlugin

프로퍼티 상세

$parentPluginName 공개적으로 프로퍼티

Name of parent plugin
public $parentPluginName