Return the count of attached filters
| Return type: | int |
|---|
Get plugin manager instance
| Return type: | FilterPluginManager |
|---|
Set plugin manager instance
| Parameters: | FilterPluginManager – |
|---|---|
| Return type: | FilterChain |
Retrieve a filter plugin by name
| Parameters: |
|
|---|---|
| Return type: | FilterInterface |
Attach a filter to the chain
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | FilterChain |
Attach a filter to the chain using a short name
Retrieves the filter from the attached plugin manager, and then calls attach() with the retrieved instance.
| Parameters: |
|
|---|---|
| Return type: | FilterChain |
Merge the filter chain with the one given in parameter
| Parameters: | FilterChain – |
|---|---|
| Return type: | FilterChain |
Returns $value filtered through each filter in the chain
Filters are run in the order in which they were added to the chain (FIFO)
| Parameters: | mixed – |
|---|---|
| Return type: | mixed |