HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
BoosterFilter.php
Go to the documentation of this file.
1 <?php
26 class BoosterFilter extends CFilter {
27 
28  protected function preFilter($filterChain) {
29 
30  Yii::app()->getComponent("booster");
31  return true;
32  }
33 }