PHP Class BootstrapFilter

Then in a controller, add the new bootstrap filter: public function filters() { return array( 'accessControl', 'postOnly + delete', array('ext.bootstrap.filters.BootstrapFilter - delete') ); }
Author: Ricardo Obregón ([email protected])
Inheritance: extends CFilter
Show file Open project: yinhe/yincart

Protected Methods

Method Description
preFilter ( $filterChain )

Method Details

preFilter() protected method

protected preFilter ( $filterChain )