Inheritance diagram for CustomBlockPlugin:
Public Member Functions | |
CustomBlockPlugin ($blockName) | |
getBlockContext () | |
getContents (&$templateMgr) | |
getDescription () | |
getDisplayName () | |
getEnabled () | |
getManagementVerbs () | |
& | getManagerPlugin () |
getName () | |
getPluginPath () | |
getSeq () | |
getSupportedContexts () | |
getTemplatePath () | |
manage ($verb, $args) | |
Public Attributes | |
$blockName |
Definition at line 17 of file CustomBlockPlugin.inc.php.
CustomBlockPlugin.getBlockContext | ( | ) |
Get the block context. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 168 of file CustomBlockPlugin.inc.php.
CustomBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the contents of the Block
$templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 154 of file CustomBlockPlugin.inc.php.
References Request.getConference(), and Plugin.getSetting().
CustomBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 210 of file CustomBlockPlugin.inc.php.
CustomBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 203 of file CustomBlockPlugin.inc.php.
Referenced by manage().
CustomBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 55 of file CustomBlockPlugin.inc.php.
Referenced by getManagementVerbs().
& CustomBlockPlugin.getManagerPlugin | ( | ) |
Get the management plugin
Definition at line 29 of file CustomBlockPlugin.inc.php.
Referenced by getPluginPath(), and getTemplatePath().
CustomBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 195 of file CustomBlockPlugin.inc.php.
Referenced by manage().
CustomBlockPlugin.getPluginPath | ( | ) |
Override the builtin to get the correct plugin path.
Definition at line 37 of file CustomBlockPlugin.inc.php.
References getManagerPlugin().
CustomBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 185 of file CustomBlockPlugin.inc.php.
CustomBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 177 of file CustomBlockPlugin.inc.php.
CustomBlockPlugin.getTemplatePath | ( | ) |
Override the builtin to get the correct template path.
Reimplemented from Plugin.
Definition at line 46 of file CustomBlockPlugin.inc.php.
References getManagerPlugin().
CustomBlockPlugin.manage | ( | $ | verb, | |
$ | args | |||
) |
Perform management functions
Definition at line 83 of file CustomBlockPlugin.inc.php.
References Request.getConference(), getDisplayName(), getName(), BlockPlugin.setEnabled(), and Request.url().