li3_behaviors\data\model\Behavior::_filters()

protected static method

Applies filters on $model. Automatically called during initialization of behavior and model.

  • Overwrite to apply your own filters. -

Parameters

  • string $model

    Class name of the model.

  • object $behavior

    Instance of the behavior.

Source

	protected static function _filters($model, $behavior) {}