PHP Class AnnouncementFeedGatewayPlugin, ojs

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

Public Properties

Property Type Description
$parentPluginName

Public Methods

Method Description
__construct ( $parentPluginName ) Constructor
fetch ( $args, $request ) Handle fetch requests for this plugin.
getAnnouncementFeedPlugin ( ) : object Get the web feed plugin
getDescription ( )
getDisplayName ( )
getEnabled ( ) : boolean Get whether or not this plugin is enabled. (Should always return true, as the parent plugin will take care of loading this one when needed)
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 ( ) Override the builtin to get the correct plugin path.
getTemplatePath ( $inCore = false )

Method Details

__construct() public method

Constructor
public __construct ( $parentPluginName )

fetch() public method

Handle fetch requests for this plugin.
public fetch ( $args, $request )
$args array
$request PKPRequest

getAnnouncementFeedPlugin() public method

Get the web feed plugin

getDescription() public method

public getDescription ( )

getDisplayName() public method

public getDisplayName ( )

getEnabled() public method

Get whether or not this plugin is enabled. (Should always return true, as the parent plugin will take care of loading this one when needed)
public getEnabled ( ) : boolean
return boolean

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 ( )

getTemplatePath() public method

public getTemplatePath ( $inCore = false )

Property Details

$parentPluginName public property

public $parentPluginName