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