\phpDocumentor\Transformer\BehaviourCollection

Collection object for a set of Behaviours.

Summary

Methods
Properties
Constants
process()
setTransformer()
getTransformer()
__construct()
addBehaviour()
removeBehaviour()
count()
No public properties found
No constants found
No protected methods found
$transformer
$behaviours
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.

__construct()

__construct(array<mixed,\phpDocumentor\Transformer\Behaviour\BehaviourAbstract>  $behaviours = array()) 

Initializes the list of Behaviours to execute each request.

Parameters

array<mixed,\phpDocumentor\Transformer\Behaviour\BehaviourAbstract> $behaviours

List of behaviours to process.

count()

count() : integer

Count the number of behaviours in this collection.

Returns

integer