\phpDocumentor\Transformer\BehaviourBehaviourAbstract

Collection object for a set of Behaviours.

Summary

Methods
Properties
Constants
process()
setTransformer()
getTransformer()
No public properties found
No constants found
No protected methods found
$transformer
N/A
No private methods found
No private properties found
N/A

Properties

$transformer

$transformer : \phpDocumentor\Transformer\Transformer

Type

\phpDocumentor\Transformer\Transformer — The base transformer object from which the transformation parameters can be retrieved.

Methods

setTransformer()

setTransformer(\phpDocumentor\Transformer\Transformer  $transformer) : void

Sets the transformer used for this behaviour.

Parameters

\phpDocumentor\Transformer\Transformer $transformer

Transformer responsible for output.