ReplacementFactoryInterface
in
Replacement filter factory interface
Tags
Table of Contents
Methods
- createFilter() : FilterInterface
- Create a filter to replace $search with $replace
Methods
createFilter()
Create a filter to replace $search with $replace
public
createFilter(mixed $search, mixed $replace) : FilterInterface
Parameters
- $search : mixed
- $replace : mixed