Open Journal Systems  3.3.0
WebFeedBlockPlugin Class Reference
Inheritance diagram for WebFeedBlockPlugin:
BlockPlugin LazyLoadPlugin Plugin

Public Member Functions

 __construct ($parentPlugin)
 
 getContents ($templateMgr, $request=null)
 
 getDescription ()
 
 getDisplayName ()
 
 getHideManagement ()
 
 getName ()
 
 getPluginPath ()
 
 getTemplatePath ($inCore=false)
 
- Public Member Functions inherited from BlockPlugin
 getBlockTemplateFilename ()
 
 getEnabled ($contextId=null)
 
 setEnabled ($enabled, $contextId=null)
 
- Public Member Functions inherited from LazyLoadPlugin
 getCanDisable ()
 
 getCanEnable ()
 
 getCurrentContextId ()
 
 register ($category, $path, $mainContextId=null)
 
 setEnabled ($enabled)
 
- Public Member Functions inherited from Plugin
 __construct ()
 
 _overridePluginTemplates ($hookName, $args)
 
 addLocaleData ($locale=null)
 
 getActions ($request, $actionArgs)
 
 getCategory ()
 
 getContextSpecificPluginSettingsFile ()
 
 getCurrentVersion ()
 
 getDirName ()
 
 getEnabled ()
 
 getInstallControlledVocabFiles ()
 
 getInstallDataFile ()
 
 getInstallEmailTemplateDataFile ()
 
 getInstallEmailTemplatesFile ()
 
 getInstallFilterConfigFiles ()
 
 getInstallMigration ()
 
 getInstallSchemaFile ()
 
 getInstallSitePluginSettingsFile ()
 
 getLocaleFilename ($locale)
 
getRequest ()
 
 getSeq ()
 
 getSetting ($contextId, $name)
 
 getTemplateResource ($template=null, $inCore=false)
 
 import ($class)
 
 installContextSpecificSettings ($hookName, $args)
 
 installControlledVocabs ($hookName, $args)
 
 installData ($hookName, $args)
 
 installEmailTemplateData ($hookName, $args)
 
 installEmailTemplates ($hookName, $args)
 
 installFilters ($hookName, $args)
 
 installLocale ($hookName, $args)
 
 installSiteSettings ($hookName, $args)
 
 isSitePlugin ()
 
 manage ($args, $request)
 
 smartyPluginUrl ($params, $smarty)
 
 updateSchema ($hookName, $args)
 
 updateSetting ($contextId, $name, $value, $type=null)
 

Protected Attributes

 $_parentPlugin
 

Additional Inherited Members

- Data Fields inherited from Plugin
 $pluginCategory
 
 $pluginPath
 
 $request
 
- Protected Member Functions inherited from Plugin
 _registerTemplateResource ($inCore=false)
 

Detailed Description

Class for block component of web feed plugin.

Definition at line 18 of file WebFeedBlockPlugin.inc.php.

Constructor & Destructor Documentation

◆ __construct()

WebFeedBlockPlugin::__construct (   $parentPlugin)
Parameters
$parentPluginWebFeedPlugin

Definition at line 28 of file WebFeedBlockPlugin.inc.php.

Member Function Documentation

◆ getContents()

WebFeedBlockPlugin::getContents (   $templateMgr,
  $request = null 
)

Get the HTML contents for this block.

Parameters
$templateMgrobject
$requestPKPRequest
Returns
$string

Reimplemented from BlockPlugin.

Definition at line 85 of file WebFeedBlockPlugin.inc.php.

References Plugin\$request, and DAORegistry\getDAO().

◆ getDescription()

WebFeedBlockPlugin::getDescription ( )

Get a description of the plugin.

Reimplemented from Plugin.

Definition at line 60 of file WebFeedBlockPlugin.inc.php.

◆ getDisplayName()

WebFeedBlockPlugin::getDisplayName ( )

Get the display name of this plugin.

Returns
String

Reimplemented from Plugin.

Definition at line 53 of file WebFeedBlockPlugin.inc.php.

◆ getHideManagement()

WebFeedBlockPlugin::getHideManagement ( )

Hide this plugin from the management interface (it's subsidiary)

Reimplemented from Plugin.

Definition at line 45 of file WebFeedBlockPlugin.inc.php.

◆ getName()

WebFeedBlockPlugin::getName ( )

Get the name of this plugin. The name must be unique within its category.

Returns
String name of plugin

Reimplemented from LazyLoadPlugin.

Definition at line 38 of file WebFeedBlockPlugin.inc.php.

◆ getPluginPath()

WebFeedBlockPlugin::getPluginPath ( )

Override the builtin to get the correct plugin path.

Returns
string

Reimplemented from Plugin.

Definition at line 68 of file WebFeedBlockPlugin.inc.php.

◆ getTemplatePath()

WebFeedBlockPlugin::getTemplatePath (   $inCore = false)

Reimplemented from Plugin.

Definition at line 75 of file WebFeedBlockPlugin.inc.php.

Field Documentation

◆ $_parentPlugin

WebFeedPlugin WebFeedBlockPlugin::$_parentPlugin
protected

Parent plugin

Definition at line 23 of file WebFeedBlockPlugin.inc.php.


The documentation for this class was generated from the following file: