|
Previous Page |
Solar_Example |
Next Page |
filterCallback()
public
string
filterCallback (
string $value,
mixed $find,
mixed $with
)
Used for testing Solar_Filter::callback() as an instance method.
Parameters
- (string)
$value: The value to filter. - (mixed)
$find: Find this string in the value. - (mixed)
$with: Replace with this string.
Returns
- (string) The filtered value.
Description
Used for testing Solar_Filter::callback() as an instance method.