PHP Класс AnnouncementFeedGatewayPlugin, ojs

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

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

Свойство Тип Описание
$parentPluginName

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

Метод Описание
__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 )

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

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

Constructor
public __construct ( $parentPluginName )

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

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

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

Get the web feed plugin
public getAnnouncementFeedPlugin ( ) : object
Результат 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 )

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

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

public $parentPluginName