PHP Class AnnouncementFeedBlockPlugin, ojs

Inheritance: extends BlockPlugin
Show file Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$parentPluginName

Public Methods

Method Description
__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 )

Method Details

__construct() public method

Constructor
public __construct ( $parentPluginName )

getAnnouncementFeedPlugin() public method

Get the announcement feed plugin

getContents() public method

See also: BlockPlugin::getContents
public getContents ( &$templateMgr, $request = null )

getDescription() public method

Get a description of the plugin.
public getDescription ( )

getDisplayName() public method

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

getHideManagement() public method

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

getName() public method

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

getPluginPath() public method

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

getTemplatePath() public method

public getTemplatePath ( $inCore = false )

Property Details

$parentPluginName public property

public $parentPluginName