696. Class

696.1. Zend\Filter\FilterPluginManager

Plugin manager implementation for the filter chain.

Enforces that filters retrieved are either callbacks or instances of FilterInterface. Additionally, it registers a number of default filters available, as well as aliases for them.

696.1.1. Methods

696.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the filter loaded is either a valid callback or an instance of FilterInterface.

Parameters:mixed
Return type:void
Throws :ExceptionRuntimeException if invalid

Project Versions

Table Of Contents

Previous topic

695. Class

Next topic

697. Function

This Page