PHP Класс AnnouncementFeedBlockPlugin, ojs

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

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

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

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

Метод Описание
__construct ( $parentPluginName ) Constructor
getAnnouncementFeedPlugin ( ) : object Get the announcement feed plugin
getContents ( &$templateMgr, $request = null )
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.
getTemplatePath ( $inCore = false )

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

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

Constructor
public __construct ( $parentPluginName )

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

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

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

См. также: BlockPlugin::getContents
public getContents ( &$templateMgr, $request = null )

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

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

public getTemplatePath ( $inCore = false )

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

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

public $parentPluginName