PHP 클래스 AnnouncementFeedBlockPlugin, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$parentPluginName

공개 메소드들

메소드 설명
__construct ( $parentPluginName ) Constructor
getAnnouncementFeedPlugin ( ) : object Get the announcement feed plugin
getContents ( &$templateMgr, $request = null )
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.
getTemplatePath ( $inCore = false )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $parentPluginName )

getAnnouncementFeedPlugin() 공개 메소드

Get the announcement feed plugin

getContents() 공개 메소드

또한 보기: BlockPlugin::getContents
public getContents ( &$templateMgr, $request = null )

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

getTemplatePath() 공개 메소드

public getTemplatePath ( $inCore = false )

프로퍼티 상세

$parentPluginName 공개적으로 프로퍼티

public $parentPluginName