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

protected static method

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) {}