register()
register(\Cilex\Application $app)
Adds the Configuration object to the DIC.
phpDocumentor first loads the template config file (/data/phpdoc.tpl.xml) and then the phpdoc.dist.xml, or the phpdoc.xml if it exists but not both, from the current working directory.
The user config file (either phpdoc.dist.xml or phpdoc.xml) is merged with the template file.
Parameters
\Cilex\Application | $app | An Application instance |