PHP Class ExternalFeedBlockPlugin, ojs

Inheritance: extends BlockPlugin
ファイルを表示 Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$parentPluginName Name of parent plugin

Public Methods

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

Method Details

__construct() public method

public __construct ( $parentPluginName )

getContents() public method

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

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

getExternalFeedPlugin() public method

Get the external feed plugin
public getExternalFeedPlugin ( ) : object
return object

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

Property Details

$parentPluginName public_oe property

Name of parent plugin
public $parentPluginName