PHP Class ExternalFeedBlockPlugin, ojs

Inheritance: extends BlockPlugin
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Свойство Type Description
$parentPluginName Name of parent plugin

Méthodes publiques

Méthode 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 méthode

public __construct ( $parentPluginName )

getContents() public méthode

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

getDescription() public méthode

Get a description of the plugin.
public getDescription ( )

getDisplayName() public méthode

Get the display name of this plugin.
public getDisplayName ( ) : String
Résultat String

getExternalFeedPlugin() public méthode

Get the external feed plugin
public getExternalFeedPlugin ( ) : object
Résultat object

getHideManagement() public méthode

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

getName() public méthode

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

getPluginPath() public méthode

Override the builtin to get the correct plugin path.
public getPluginPath ( ) : string
Résultat string

Property Details

$parentPluginName public_oe property

Name of parent plugin
public $parentPluginName