\phpDocumentor\Transformer\ConfigurationTransformations

Contains the templates and custom transformations that are applied during transformation.

Summary

Methods
Properties
Constants
__construct()
getTemplates()
getTransformations()
No public properties found
No constants found
No protected methods found
$templates
$transformations
N/A
No private methods found
No private properties found
N/A

Properties

$transformations

$transformations : array<mixed,\phpDocumentor\Transformer\Transformation>

Type

array<mixed,\phpDocumentor\Transformer\Transformation> — list of transformations that should be applied during transformation.

Methods

getTransformations()

getTransformations() : array<mixed,\phpDocumentor\Transformer\Transformation>

Returns a list of transformations that should be applied during transformation after the templates have been processed.

Returns

array<mixed,\phpDocumentor\Transformer\Transformation>