$plugin
$plugin : \phpDocumentor\Plugin\Plugin
Converts all underscored class names into namespaces.
This plugin will enable a non-namespaced application to be interpreted as being namespaced for documentation purposes by separating the Classes by underscore and converting the prefix to a series of namespaces.
For example:
`My_Special_ClassName` will be transformed into the class `ClassName` with namespace `My\Special`.
$plugin : \phpDocumentor\Plugin\Plugin
__construct(\phpDocumentor\Plugin\Plugin $plugin)
Construct plugin with a the relevant configuration
\phpDocumentor\Plugin\Plugin | $plugin |
addNamespaceFilter(\phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder, \phpDocumentor\Descriptor\Filter\Filter $filterManager) : void
Attaches the filter responsible for the conversion to all structural elements.
\phpDocumentor\Descriptor\ProjectDescriptorBuilder | $builder | |
\phpDocumentor\Descriptor\Filter\Filter | $filterManager |