Open Monograph Press
3.3.0
|
Protected Attributes | |
$_usageStatsPlugin | |
Additional Inherited Members | |
![]() | |
$pluginCategory | |
$pluginPath | |
$request | |
![]() | |
_registerTemplateResource ($inCore=false) | |
Opt-out component.
Definition at line 18 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::__construct | ( | $usageStatsPlugin | ) |
Constructor
$usageStatsPlugin | UsageStatsPlugin |
Definition at line 29 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::getBlockTemplateFilename | ( | ) |
copydoc BlockPlugin::getBlockTemplateFilename()
Reimplemented from BlockPlugin.
Definition at line 93 of file UsageStatsOptoutBlockPlugin.inc.php.
Referenced by getContents().
UsageStatsOptoutBlockPlugin::getContents | ( | $templateMgr, | |
$request = null |
|||
) |
Get the HTML contents for this block.
$templateMgr | object |
$request | PKPRequest (Optional for legacy plugins) |
Reimplemented from BlockPlugin.
Definition at line 86 of file UsageStatsOptoutBlockPlugin.inc.php.
References getBlockTemplateFilename(), and Plugin\getTemplateResource().
UsageStatsOptoutBlockPlugin::getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from Plugin.
Definition at line 58 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::getDisplayName | ( | ) |
Get the display name for this plugin.
Reimplemented from Plugin.
Definition at line 51 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::getEnabled | ( | $contextId = null | ) |
Determine whether the plugin is enabled.
Reimplemented from BlockPlugin.
Definition at line 79 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::getHideManagement | ( | ) |
Determine whether or not this plugin should be hidden from the management interface. Useful in the case of derivative plugins, i.e. when a generic plugin registers a feed plugin.
Reimplemented from Plugin.
Definition at line 37 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::getName | ( | ) |
Protected methods (may be overridden by custom plugins) Get the name of this plugin. The name must be unique within its category, and should be suitable for part of a filename (ie short, no spaces, and no dependencies on cases being unique).
Reimplemented from LazyLoadPlugin.
Definition at line 44 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::getPluginPath | ( | ) |
Get the path this plugin's files are located in.
Reimplemented from Plugin.
Definition at line 72 of file UsageStatsOptoutBlockPlugin.inc.php.
UsageStatsOptoutBlockPlugin::isSitePlugin | ( | ) |
Site-wide plugins should override this function to return true.
Reimplemented from Plugin.
Definition at line 65 of file UsageStatsOptoutBlockPlugin.inc.php.
|
protected |
Definition at line 23 of file UsageStatsOptoutBlockPlugin.inc.php.