\phpDocumentor\Descriptor\FilterClassFactory

Retrieves a series of filters to manipulate a specific Descriptor with during building.

Summary

Methods
Properties
Constants
getChainFor()
No public properties found
No constants found
No protected methods found
$chains
N/A
No private methods found
No private properties found
N/A

Properties

$chains

$chains : array<mixed,\Zend\Filter\FilterChain>

Type

array<mixed,\Zend\Filter\FilterChain>

Methods

getChainFor()

getChainFor(string  $fqcn) : \Zend\Filter\FilterChain

Retrieves the filters for a class with a given FQCN.

Parameters

string $fqcn

Returns

\Zend\Filter\FilterChain