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