li3_behaviors\data\model\Behavior::_finders()
Add finders to $model. Automatically called during initialization of behavior and model.
- Overwrite to add your own finders. -
Parameters
-
string
$model
Class name of the model.
-
object
$behavior
Instance of the behavior.
Source
protected static function _finders($model, Behavior $behavior) {}