HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
booster\filters Namespace Reference

Detailed Description

BoosterFilter class file

Author
Amr Bedair amr.b.nosp@m.edai.nosp@m.r@gma.nosp@m.il.c.nosp@m.om
Since
v4.0.0

Class BoosterFilter

Filter to load Booster on specific actions. Then in a controller, add the new booster filter: public function filters() { return array( 'accessControl', 'postOnly + delete', array('ext.booster.filters.BoosterFilter - delete') ); }