li3_behaviors\data\model\Behavior::_filters()
Applies filters on $model. Automatically called during initialization of behavior and model.
- Overwrite to apply your own filters. -
Parameters
-
string
$modelClass name of the model.
-
object
$behaviorInstance of the behavior.
Source
protected static function _filters($model, $behavior) {}