/**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // The upgrade and install processes will need access
     // to constants defined in that report plugin.
     import('plugins.generic.usageStats.UsageStatsReportPlugin');
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }