\phpDocumentor\Descriptor\FilterFilter

Filter used to manipulate a descriptor after being build.

This class is used during the building of descriptors. It passes the descriptor to each individual sub-filter, which may change data in the descriptor or even remove it from the building process by returning null.

Summary

Methods
Properties
Constants
__construct()
attach()
filter()
No public properties found
DEFAULT_PRIORITY
No protected methods found
$factory
N/A
No private methods found
No private properties found
N/A

Constants

DEFAULT_PRIORITY

DEFAULT_PRIORITY = 1000 : integer

Properties

Methods

attach()

attach(string  $fqcn, \Zend\Filter\FilterInterface  $filter, integer  $priority = self::DEFAULT_PRIORITY) : void

Attaches a filter to a specific FQCN.

Parameters

string $fqcn
\Zend\Filter\FilterInterface $filter
integer $priority

[1000]