$templates
$templates : array<mixed,\phpDocumentor\Transformer\Configuration\Transformations\Template>
Contains the templates and custom transformations that are applied during transformation.
$templates : array<mixed,\phpDocumentor\Transformer\Configuration\Transformations\Template>
$transformations : array<mixed,\phpDocumentor\Transformer\Transformation>
__construct(array<mixed,\phpDocumentor\Transformer\Configuration\Transformations\Template> $templates = array(), array<mixed,\phpDocumentor\Transformer\Transformation> $transformations = array())
Initializes this transformations configuration with a list of templates and transformations.
array<mixed,\phpDocumentor\Transformer\Configuration\Transformations\Template> | $templates | |
array<mixed,\phpDocumentor\Transformer\Transformation> | $transformations |
getTemplates() : array<mixed,\phpDocumentor\Transformer\Configuration\Transformations\Template>
Returns a list of templates that should be applied during the transformation process.
getTransformations() : array<mixed,\phpDocumentor\Transformer\Transformation>
Returns a list of transformations that should be applied during transformation after the templates have been processed.