コード例 #1
0
ファイル: DataView.php プロジェクト: hsanjuan/icingaweb2
 /**
  * Count result set
  *
  * @return int
  */
 public function count()
 {
     return $this->query->count();
 }