
Public Member Functions | |
| getBlockContext () | |
| getContents (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getInstallSitePluginSettingsFile () | |
| getName () | |
| getNewJournalPluginSettingsFile () | |
| getSeq () | |
| getSupportedContexts () | |
| register ($category, $path) | |
Definition at line 20 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 68 of file FontSizeBlockPlugin.inc.php.
References Config.getVar().
| FontSizeBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
| $templateMgr | object |
Reimplemented from BlockPlugin.
Definition at line 119 of file FontSizeBlockPlugin.inc.php.
| FontSizeBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from BlockPlugin.
Definition at line 110 of file FontSizeBlockPlugin.inc.php.
References Locale.translate().
| FontSizeBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Reimplemented from BlockPlugin.
Definition at line 103 of file FontSizeBlockPlugin.inc.php.
References Locale.translate().
| 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 42 of file FontSizeBlockPlugin.inc.php.
References Config.getVar().
| FontSizeBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Reimplemented from Plugin.
Definition at line 51 of file FontSizeBlockPlugin.inc.php.
References Plugin.getPluginPath().
| FontSizeBlockPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from BlockPlugin.
Definition at line 95 of file FontSizeBlockPlugin.inc.php.
| FontSizeBlockPlugin.getNewJournalPluginSettingsFile | ( | ) |
Install default settings on journal creation.
Reimplemented from Plugin.
Definition at line 59 of file FontSizeBlockPlugin.inc.php.
References Plugin.getPluginPath().
| FontSizeBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Reimplemented from BlockPlugin.
Definition at line 85 of file FontSizeBlockPlugin.inc.php.
References Config.getVar().
| FontSizeBlockPlugin.getSupportedContexts | ( | ) |
Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block.
Reimplemented from BlockPlugin.
Definition at line 77 of file FontSizeBlockPlugin.inc.php.
| FontSizeBlockPlugin.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 21 of file FontSizeBlockPlugin.inc.php.
References Plugin.addLocaleData(), and TemplateManager.getManager().
1.5.6