PHP Класс WebFeedBlockPlugin, 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.
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.
getSupportedContexts ( ) : array Get the supported contexts (e.g. BLOCK_CONTEXT_.
getTemplatePath ( $inCore = false )
getWebFeedPlugin ( ) : WebFeedPlugin Get the web feed plugin

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

__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

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

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

..) for this block.
public getSupportedContexts ( ) : array
Результат array

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

public getTemplatePath ( $inCore = false )

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

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

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

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

Name of parent plugin
public $parentPluginName