Inheritance diagram for FontSizeBlockPlugin:
Public Member Functions | |
getBlockContext () | |
getContents (&$templateMgr) | |
getDescription () | |
getDisplayName () | |
getEnabled () | |
getInstallSitePluginSettingsFile () | |
getName () | |
getNewConferencePluginSettingsFile () | |
getSeq () | |
getSupportedContexts () | |
register ($category, $path) |
Copyright (c) 2000-2012 John Willinsky Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
Definition at line 21 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getBlockContext | ( | ) |
Get the block context. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 67 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
$templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 118 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 109 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 102 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 41 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 50 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 94 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getNewConferencePluginSettingsFile | ( | ) |
Install default settings on conference creation.
Reimplemented from Plugin.
Definition at line 58 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 84 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 76 of file FontSizeBlockPlugin.inc.php.
FontSizeBlockPlugin.register | ( | $ | category, | |
$ | path | |||
) |
Called as a plugin is registered to the registry
$category | String Name of category plugin was registered to |
Reimplemented from BlockPlugin.
Definition at line 28 of file FontSizeBlockPlugin.inc.php.