Inheritance diagram for GoogleAnalyticsPlugin:
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 GoogleAnalyticsPlugin.inc.php.
GoogleAnalyticsPlugin.getEnabled | ( | ) |
Determine whether or not this plugin is enabled.
Definition at line 142 of file GoogleAnalyticsPlugin.inc.php.
References Request.getConference(), and Plugin.getSetting().
Referenced by getManagementVerbs(), insertFooter(), and manage().
GoogleAnalyticsPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Definition at line 119 of file GoogleAnalyticsPlugin.inc.php.
References getEnabled().
GoogleAnalyticsPlugin.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 GoogleAnalyticsPlugin.inc.php.
Referenced by smartyPluginUrl().
GoogleAnalyticsPlugin.insertFooter | ( | $ | hookName, | |
$ | params | |||
) |
Insert Google Analytics page tag to footer
Definition at line 163 of file GoogleAnalyticsPlugin.inc.php.
References Request.getConference(), getEnabled(), Plugin.getSetting(), and Plugin.getTemplatePath().
Referenced by register().
GoogleAnalyticsPlugin.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 GoogleAnalyticsPlugin.inc.php.
References insertFooter().
GoogleAnalyticsPlugin.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 GoogleAnalyticsPlugin.inc.php.
References Request.url().
GoogleAnalyticsPlugin.setEnabled | ( | $ | enabled | ) |
Set the enabled/disabled state of this plugin
Definition at line 151 of file GoogleAnalyticsPlugin.inc.php.
References Request.getConference(), and Plugin.updateSetting().
Referenced by manage().
GoogleAnalyticsPlugin.smartyPluginUrl | ( | $ | params, | |
&$ | smarty | |||
) |
Extend the {url ...} smarty to support this plugin.
Definition at line 74 of file GoogleAnalyticsPlugin.inc.php.
References getName().
Referenced by manage().