$title
$title : string
The definition for the configuration of phpDocumentor.
$parser : \phpDocumentor\Parser\Configuration
$logging : \phpDocumentor\Configuration\Logging
$transformer : \phpDocumentor\Transformer\Configuration
$files : \phpDocumentor\Parser\Configuration\Files
$plugins : array<mixed,\phpDocumentor\Plugin\Plugin>
$transformations : array<mixed,\phpDocumentor\Transformer\Configuration\Transformations>
$translator : \phpDocumentor\Translator\Configuration
$partials : array<mixed,\phpDocumentor\Partials\Partial>
getFiles() : \phpDocumentor\Parser\Configuration\Files
Returns the configuration related to which files are to be parsed.
getLogging() : \phpDocumentor\Configuration\Logging
Returns the settings related to logging.
getParser() : \phpDocumentor\Parser\Configuration
Returns the configuration used by the parser.
getPartials() : array<mixed,\phpDocumentor\Partials\Partial>
Returns all partials that can be imported in the application.
getPlugins() : array<mixed,\phpDocumentor\Plugin\Plugin>
Returns a list of all plugins that should be loaded by the application.
getTransformations() : \phpDocumentor\Transformer\Configuration\Transformations
Returns which templates and custom transformations need to be applied to the parsed data.
getTransformer() : \phpDocumentor\Transformer\Configuration
Returns the settings for the transformer.
getTranslator() : \phpDocumentor\Translator\Configuration
Returns the settings for the translator.