$transformer
$transformer : \phpDocumentor\Transformer\Transformer
Collection object for a set of Behaviours.
$transformer : \phpDocumentor\Transformer\Transformer
process(\phpDocumentor\Descriptor\ProjectDescriptor $project) : \phpDocumentor\Descriptor\ProjectDescriptor
Executes the behaviour on the given dataset,
\phpDocumentor\Descriptor\ProjectDescriptor | $project | document containing the source structure. |
setTransformer(\phpDocumentor\Transformer\Transformer $transformer) : void
Sets the transformer used for this behaviour.
\phpDocumentor\Transformer\Transformer | $transformer | Transformer responsible for output. |
getTransformer() : \phpDocumentor\Transformer\Transformer
Returns the transformer that hosts this behaviour.