コード例 #1
0
ファイル: DataView.php プロジェクト: 0svald/icingaweb2
 public function dump()
 {
     if (!$this->isSorted) {
         $this->order();
     }
     return $this->query->dump();
 }
コード例 #2
0
ファイル: DataView.php プロジェクト: hsanjuan/icingaweb2
 public function dump()
 {
     $this->order();
     return $this->query->dump();
 }