PHP Interface DMS\Filter\Filters\Loader\FilterLoaderInterface

Defines the required interface for a loader capable of finding the executor of a specific rule.
Show file Open project: rdohms/dms-filter Interface Usage Examples

Public Methods

Method Description
getFilterForRule ( Rule $rule ) : BaseFilter Finds the filter responsible for executing a specific rule

Method Details

getFilterForRule() public method

Finds the filter responsible for executing a specific rule
public getFilterForRule ( Rule $rule ) : BaseFilter
$rule DMS\Filter\Rules\Rule
return DMS\Filter\Filters\BaseFilter