$builder
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder
Converts elements with underscores into a namespaced version.
This filter will examine the Name of an element and extract namespaces based on underscores in the name. Every underscore is treated as a namespace separator.
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder
__construct(\phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder)
Initializes this filter with an instance of the builder to retrieve the latest ProjectDescriptor from.
\phpDocumentor\Descriptor\ProjectDescriptorBuilder | $builder |
filter(\phpDocumentor\Descriptor\DescriptorAbstract $value) : \phpDocumentor\Descriptor\DescriptorAbstract|null
Overrides the name and namespace of an element with a separated version of the class name.
If a class is separated by underscores than the last part is set as name and the first parts are set as namespace with the namespace separator instead of an underscore.
\phpDocumentor\Descriptor\DescriptorAbstract | $value |