PHP 클래스 ExternalFeedBlockPlugin, 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.
getExternalFeedPlugin ( ) : object Get the external feed 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.

메소드 상세

__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

getExternalFeedPlugin() 공개 메소드

Get the external feed plugin
public getExternalFeedPlugin ( ) : object
리턴 object

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

프로퍼티 상세

$parentPluginName 공개적으로 프로퍼티

Name of parent plugin
public $parentPluginName