Inheritance diagram for PhpMyVisitesPlugin:

Public Member Functions | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getManagementVerbs () | |
| getName () | |
| insertFooter ($hookName, $params) | |
| manage ($verb, $args, &$message) | |
| register ($category, $path) | |
| setBreadcrumbs ($isSubclass=false) | |
| setEnabled ($enabled) | |
| smartyPluginUrl ($params, &$smarty) | |
$Id$
Definition at line 19 of file PhpMyVisitesPlugin.inc.php.
| PhpMyVisitesPlugin.getEnabled | ( | ) |
Determine whether or not this plugin is enabled.
Definition at line 142 of file PhpMyVisitesPlugin.inc.php.
References Request.getConference(), and Plugin.getSetting().
Referenced by getManagementVerbs(), insertFooter(), and manage().
| PhpMyVisitesPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Definition at line 119 of file PhpMyVisitesPlugin.inc.php.
References getEnabled().
| PhpMyVisitesPlugin.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).
Definition at line 59 of file PhpMyVisitesPlugin.inc.php.
Referenced by smartyPluginUrl().
| PhpMyVisitesPlugin.insertFooter | ( | $ | hookName, | |
| $ | params | |||
| ) |
Insert phpmv page tag to footer
Definition at line 163 of file PhpMyVisitesPlugin.inc.php.
References Request.getConference(), getEnabled(), Plugin.getSetting(), and Plugin.getTemplatePath().
Referenced by register().
| PhpMyVisitesPlugin.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 27 of file PhpMyVisitesPlugin.inc.php.
References insertFooter().
| PhpMyVisitesPlugin.setBreadcrumbs | ( | $ | isSubclass = false |
) |
Set the page's breadcrumbs, given the plugin's tree of items to append.
| $subclass | boolean |
Definition at line 96 of file PhpMyVisitesPlugin.inc.php.
References Request.url().
| PhpMyVisitesPlugin.setEnabled | ( | $ | enabled | ) |
Set the enabled/disabled state of this plugin
Definition at line 151 of file PhpMyVisitesPlugin.inc.php.
References Request.getConference(), and Plugin.updateSetting().
Referenced by manage().
| PhpMyVisitesPlugin.smartyPluginUrl | ( | $ | params, | |
| &$ | smarty | |||
| ) |
Extend the {url ...} smarty to support this plugin.
Definition at line 74 of file PhpMyVisitesPlugin.inc.php.
References getName().
Referenced by manage().
1.4.7