Inheritance diagram for ThemePlugin:
Public Member Functions | |
activate (&$templateMgr) | |
getDescription () | |
getDisplayName () | |
getName () | |
ThemePlugin () |
Definition at line 17 of file ThemePlugin.inc.php.
ThemePlugin.activate | ( | &$ | templateMgr | ) |
Activate the theme.
Definition at line 53 of file ThemePlugin.inc.php.
ThemePlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented in ClassicBlueThemePlugin, ClassicBrownThemePlugin, ClassicGreenThemePlugin, ClassicNavyThemePlugin, ClassicRedThemePlugin, DesertThemePlugin, LilacThemePlugin, NightThemePlugin, RedbarThemePlugin, SteelThemePlugin, UncommonThemePlugin, and VanillaThemePlugin.
Definition at line 46 of file ThemePlugin.inc.php.
ThemePlugin.getDisplayName | ( | ) |
Get the display name of this plugin. This name is displayed on the Conference Manager's Website Setup page 4, for example.
Reimplemented in ClassicBlueThemePlugin, ClassicBrownThemePlugin, ClassicGreenThemePlugin, ClassicNavyThemePlugin, ClassicRedThemePlugin, DesertThemePlugin, LilacThemePlugin, NightThemePlugin, RedbarThemePlugin, SteelThemePlugin, UncommonThemePlugin, and VanillaThemePlugin.
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.
Reimplemented in ClassicBlueThemePlugin, ClassicBrownThemePlugin, ClassicGreenThemePlugin, ClassicNavyThemePlugin, ClassicRedThemePlugin, DesertThemePlugin, LilacThemePlugin, NightThemePlugin, RedbarThemePlugin, SteelThemePlugin, UncommonThemePlugin, and VanillaThemePlugin.
Definition at line 27 of file ThemePlugin.inc.php.