コード例 #1
0
ファイル: APIModule.php プロジェクト: hxfnd/Kurogo-Mobile-Web
 protected function logCommand($size = null)
 {
     KurogoStats::logView('api', $this->configModule, $this->command, $this->logData, $this->logDataLabel, $size);
 }
コード例 #2
0
 protected function logView($size = null)
 {
     if ($this->logView) {
         KurogoStats::logView('web', $this->configModule, $this->page, $this->logData, $this->logDataLabel, $size);
     }
 }