interface CleanerInterface (View source)

Interface FilterRuleInterface

Methods

mixed
clean(string $source)

Method to clean text by rule.

Details

at line line 25
mixed clean(string $source)

Method to clean text by rule.

Parameters

string $source The source to be clean.

Return Value

mixed The cleaned value.