FilterableInterface
in
Filterable interface
Tags
Table of Contents
Methods
- addFilter() : void
- Add a new StreamFilter, referenced by $key
- removeFilter() : void
- Remove an existing filter using $key
Methods
addFilter()
Add a new StreamFilter, referenced by $key
public
addFilter(FilterInterface $filter, string $key) : void
Parameters
- $filter : FilterInterface
- $key : string
removeFilter()
Remove an existing filter using $key
public
removeFilter(string $key) : void
Parameters
- $key : string