
Public Member Functions | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getInstallDataFile () | |
| getInstallSchemaFile () | |
| getManagementVerbs () | |
| getName () | |
| manage ($verb, $args) | |
| register ($category, $path) | |
| setBreadcrumbs ($isSubclass=false) | |
| setEnabled ($enabled) | |
| smartyPluginUrl ($params, &$smarty) | |
Definition at line 20 of file ThesisPlugin.inc.php.
| ThesisPlugin.getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from Plugin.
Definition at line 65 of file ThesisPlugin.inc.php.
References Locale.translate().
| ThesisPlugin.getDisplayName | ( | ) |
Get the display name for this plugin.
Reimplemented from Plugin.
Definition at line 61 of file ThesisPlugin.inc.php.
References Locale.translate().
Referenced by setBreadcrumbs().
| ThesisPlugin.getEnabled | ( | ) |
Determine whether or not this plugin is enabled.
Definition at line 159 of file ThesisPlugin.inc.php.
References Request.getJournal().
Referenced by getManagementVerbs(), manage(), and register().
| ThesisPlugin.getInstallDataFile | ( | ) |
Get the filename of the install data for this plugin.
Reimplemented from Plugin.
Definition at line 79 of file ThesisPlugin.inc.php.
References Plugin.getPluginPath().
| ThesisPlugin.getInstallSchemaFile | ( | ) |
Get the filename of the ADODB schema for this plugin.
Reimplemented from Plugin.
Definition at line 72 of file ThesisPlugin.inc.php.
References Plugin.getPluginPath().
| ThesisPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Reimplemented from Plugin.
Definition at line 132 of file ThesisPlugin.inc.php.
References getEnabled(), and Locale.translate().
| ThesisPlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category, and should be suitable for part of a filename (ie short, no spaces, and no dependencies on cases being unique).
Reimplemented from Plugin.
Definition at line 57 of file ThesisPlugin.inc.php.
Referenced by manage(), setBreadcrumbs(), and smartyPluginUrl().
| ThesisPlugin.manage | ( | $ | verb, | |
| $ | args | |||
| ) |
Perform management functions
Reimplemented from Plugin.
Definition at line 219 of file ThesisPlugin.inc.php.
References DAORegistry.getDAO(), getEnabled(), Request.getJournal(), TemplateManager.getManager(), getName(), Handler.getRangeInfo(), Request.getUserDateVar(), Request.getUserVar(), Request.redirect(), and setEnabled().
| ThesisPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Called as a plugin is registered to the registry
| $category | String Name of category plugin was registered to |
Reimplemented from Plugin.
Definition at line 28 of file ThesisPlugin.inc.php.
References Plugin.addLocaleData(), getEnabled(), HookRegistry.register(), and DAORegistry.registerDAO().
| ThesisPlugin.setBreadcrumbs | ( | $ | isSubclass = false |
) |
Set the page's breadcrumbs, given the plugin's tree of items to append.
| $subclass | boolean |
Definition at line 108 of file ThesisPlugin.inc.php.
References getDisplayName(), TemplateManager.getManager(), getName(), and Request.url().
| ThesisPlugin.setEnabled | ( | $ | enabled | ) |
Set the enabled/disabled state of this plugin
Definition at line 207 of file ThesisPlugin.inc.php.
References Request.getJournal(), and Plugin.updateSetting().
Referenced by manage().
| ThesisPlugin.smartyPluginUrl | ( | $ | params, | |
| &$ | smarty | |||
| ) |
Extend the {url ...} smarty to support thesis plugin.
Reimplemented from Plugin.
Definition at line 86 of file ThesisPlugin.inc.php.
References Plugin.getCategory(), and getName().
1.5.6