DEFAULT_PRIORITY
DEFAULT_PRIORITY = 1000 : integer
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.
$factory : \phpDocumentor\Descriptor\Filter\ClassFactory
__construct(\phpDocumentor\Descriptor\Filter\ClassFactory $factory)
Constructs the filter and attaches the factory to it.
\phpDocumentor\Descriptor\Filter\ClassFactory | $factory |
filter(\phpDocumentor\Descriptor\Filter\Filterable $descriptor) : \phpDocumentor\Descriptor\Filter\Filterable|null
Filters the given Descriptor and returns the altered object.
\phpDocumentor\Descriptor\Filter\Filterable | $descriptor |