PHP Класс WebFeedGatewayPlugin, ojs

Наследование: extends GatewayPlugin
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$parentPluginName Name of parent plugin

Открытые методы

Метод Описание
__construct ( $parentPluginName )
fetch ( $args, $request ) Handle fetch requests for this 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 )
getWebFeedPlugin ( ) : WebFeedPlugin Get the web feed plugin

Описание методов

__construct() публичный Метод

public __construct ( $parentPluginName )

fetch() публичный Метод

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

getDescription() публичный Метод

public getDescription ( )

getDisplayName() публичный Метод

public getDisplayName ( )

getEnabled() публичный Метод

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
Результат boolean

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

getTemplatePath() публичный Метод

public getTemplatePath ( $inCore = false )

getWebFeedPlugin() публичный Метод

Get the web feed plugin
public getWebFeedPlugin ( ) : WebFeedPlugin
Результат WebFeedPlugin

Описание свойств

$parentPluginName публичное свойство

Name of parent plugin
public $parentPluginName