Collection object for a set of Behaviours.
| category | phpDocumentor |
|---|---|
| package | Transformer |
| subpackage | Behaviour |
| author | Mike van Riel |
| license | MIT |
| link | http://phpdoc.org |
__construct(\phpDocumentor\Transformer\Transformer $transformer, array $behaviours)
\phpDocumentor\Transformer\TransformerObject that executes the transformation and contains the meta-data.
addBehaviour(\phpDocumentor\Transformer\Behaviour\BehaviourAbstract $behaviour) : void
\phpDocumentor\Transformer\Behaviour\BehaviourAbstractBehaviour to add to the collection.
debug(string $message) : void
| inherited_from | \phpDocumentor\Transformer\TransformerAbstract::debug() |
|---|---|
| inherited_from | \phpDocumentor\Transformer\Behaviour\BehaviourAbstract::debug() |
stringThe message to log.
getTransformer() : \phpDocumentor\Transformer\Transformer
| inherited_from | \phpDocumentor\Transformer\Behaviour\BehaviourAbstract::getTransformer() |
|---|
log(string $message, int $priority) : void
| inherited_from | \phpDocumentor\Transformer\TransformerAbstract::log() |
|---|---|
| inherited_from | \phpDocumentor\Transformer\Behaviour\BehaviourAbstract::log() |
stringThe message to log.
intThe logging priority, the lower, the more important. Ranges from 1 to 7
removeBehaviour(\phpDocumentor\Transformer\Behaviour\BehaviourAbstract $behaviour) : void
\phpDocumentor\Transformer\Behaviour\BehaviourAbstractBehaviour to remove from the collection.
setTransformer(\phpDocumentor\Transformer\Transformer $transformer) : void
| inherited_from | \phpDocumentor\Transformer\Behaviour\BehaviourAbstract::setTransformer() |
|---|