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