コード例 #1
0
ファイル: DataView.php プロジェクト: hsanjuan/icingaweb2
 /**
  * Get the offset if any
  *
  * @return int|null
  */
 public function getOffset()
 {
     return $this->query->getOffset();
 }