\phpDocumentor\Plugin\LegacyNamespaceConverterServiceProvider

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`.

Summary

Methods
Properties
Constants
__construct()
register()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
addNamespaceFilter()
$plugin
N/A

Properties

Methods

__construct()

__construct(\phpDocumentor\Plugin\Plugin  $plugin) 

Construct plugin with a the relevant configuration

Parameters

\phpDocumentor\Plugin\Plugin $plugin

register()

register(\Cilex\Application  $app) 

Registers services on the given app.

Parameters

\Cilex\Application $app

An Application instance.