/**
  * Constructor.
  */
 function UsageStatsPlugin()
 {
     parent::GenericPlugin();
     // The upgrade and install processes will need access
     // to constants defined in that report plugin.
     import('plugins.generic.usageStats.UsageStatsReportPlugin');
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 function LucenePlugin()
 {
     parent::GenericPlugin();
 }
 /**
  * Constructor
  */
 function ObjectsForReviewPlugin()
 {
     parent::GenericPlugin();
 }
Ejemplo n.º 4
0
 /**
  * Constructor
  */
 function PLNPlugin()
 {
     parent::GenericPlugin();
 }
Ejemplo n.º 5
0
 /**
  * Constructor
  */
 function RecommendByAuthorPlugin()
 {
     parent::GenericPlugin();
 }
 /**
  * Constructor
  */
 function RecommendBySimilarityPlugin()
 {
     parent::GenericPlugin();
 }
 /**
  * Constructor
  */
 function PKPViewableFilePlugin()
 {
     parent::GenericPlugin();
 }
Ejemplo n.º 8
0
 /**
  * Constructor
  */
 function PKPUsageEventPlugin()
 {
     parent::GenericPlugin();
 }