PHP Class DMS\Filter\Filters\ToLower

Inheritance: extends BaseFilter
Datei anzeigen Open project: rdohms/dms-filter Class Usage Examples

Public Methods

Method Description
apply ( Rule $rule, $value ) {@inheritDoc}
useEncoding ( ToLower $rule ) : boolean Verify is encoding is set and if we have the proper function to use it

Method Details

apply() public method

{@inheritDoc}
public apply ( Rule $rule, $value )
$rule DMS\Filter\Rules\Rule

useEncoding() public method

Verify is encoding is set and if we have the proper function to use it
public useEncoding ( ToLower $rule ) : boolean
$rule DMS\Filter\Rules\ToLower
return boolean