コード例 #1
0
 function ViewSource()
 {
     parent::ViewModule("source");
 }
コード例 #2
0
 /**
  * Constructor
  */
 function ViewXmlapi()
 {
     parent::ViewModule("pages");
 }
コード例 #3
0
 function ViewRss()
 {
     parent::ViewModule('');
 }
コード例 #4
0
 function ViewPdf()
 {
     parent::ViewModule("pdf");
 }
コード例 #5
0
 function ViewVisits()
 {
     parent::ViewModule("visits");
 }
コード例 #6
0
 function ViewVisitsRss($o_site = null)
 {
     parent::ViewModule("visits");
     $this->site = $o_site;
     $this->disableCache = true;
 }
コード例 #7
0
 function ViewDataArray($o_data = null)
 {
     parent::ViewModule("", $o_data);
 }
コード例 #8
0
 function ViewWorldMap($o_data = null)
 {
     parent::ViewModule("source", $o_data);
 }
コード例 #9
0
 function ViewPages()
 {
     parent::ViewModule("pages");
 }
コード例 #10
0
 function ViewSettings()
 {
     parent::ViewModule("settings");
 }
コード例 #11
0
 function ViewSitesSummary()
 {
     parent::ViewModule("sitessummary");
 }
コード例 #12
0
 /**
  * Constructor
  */
 function ViewReferers()
 {
     parent::ViewModule("referers");
 }
コード例 #13
0
 function ViewFrequency()
 {
     parent::ViewModule("visits");
 }
コード例 #14
0
 function ViewPagesDetails()
 {
     parent::ViewModule("pagesdetails");
 }
コード例 #15
0
 function ViewFollowup()
 {
     parent::ViewModule("followup");
 }