PHP Класс ExternalFeedBlockPlugin, ojs

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

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

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

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

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

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

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

public __construct ( $parentPluginName )

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

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

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

Get a description of the plugin.
public getDescription ( )

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

Get the display name of this plugin.
public getDisplayName ( ) : String
Результат String

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

Get the external feed plugin
public getExternalFeedPlugin ( ) : object
Результат object

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 ( ) : string
Результат string

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

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

Name of parent plugin
public $parentPluginName