Inheritance diagram for DevelopedByBlockPlugin:
Public Member Functions | |
getBlockContext () | |
getDescription () | |
getDisplayName () | |
getEnabled () | |
getInstallSitePluginSettingsFile () | |
getName () | |
getNewConferencePluginSettingsFile () | |
getSeq () | |
getSupportedContexts () | |
register ($category, $path) |
DevelopedByBlockPlugin.inc.php
Copyright (c) 2000-2012 John Willinsky Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
Definition at line 19 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getBlockContext | ( | ) |
Get the block context. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 58 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 100 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 93 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 32 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 41 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 85 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getNewConferencePluginSettingsFile | ( | ) |
Install default settings on conference creation.
Reimplemented from Plugin.
Definition at line 49 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 75 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 67 of file DevelopedByBlockPlugin.inc.php.
DevelopedByBlockPlugin.register | ( | $ | category, | |
$ | path | |||
) |
Called as a plugin is registered to the registry. Subclasses over- riding this method should call the parent method first.
$category | String Name of category plugin was registered to | |
$path | String The path the plugin was found in |
Reimplemented from BlockPlugin.
Definition at line 20 of file DevelopedByBlockPlugin.inc.php.