Abstract class for theme plugins. More...
Public Member Functions | |
| activate (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
Abstract class for theme plugins.
Definition at line 19 of file ThemePlugin.inc.php.
| ThemePlugin.activate | ( | &$ | templateMgr | ) |
Activate the theme.
Definition at line 51 of file ThemePlugin.inc.php.
| ThemePlugin.getDescription | ( | ) |
Get a description of the plugin.
Definition at line 44 of file ThemePlugin.inc.php.
| ThemePlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Definition at line 37 of file ThemePlugin.inc.php.
| ThemePlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Definition at line 29 of file ThemePlugin.inc.php.
1.7.1