コード例 #1
0
ファイル: DataView.php プロジェクト: kobmaki/icingaweb2
 /**
  * Return whether this query will or has yielded any result
  *
  * @return  bool
  */
 public function hasResult()
 {
     return $this->query->hasResult();
 }