__construct()
addBehaviour()
debug()
dispatch()
getTransformer()
log()
process()
removeBehaviour()
setTransformer()
$event_dispatcher
$behaviours
$transformer
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, array $behaviours)
\phpDocumentor_TransformerObject that executes the transformation and contains the meta-data.
addBehaviour(phpDocumentor_Transformer_Behaviour_Abstract $behaviour) : void
debug(string $message) : void
| inherited_from | \phpDocumentor_Transformer_Abstract::debug() |
|---|---|
| inherited_from | \phpDocumentor_Transformer_Behaviour_Abstract::debug() |
stringThe message to log.
dispatch(string $name, \string[] $arguments) : mixed | null
This method tries to dispatch an event; if no Event Dispatcher has been set than this method will explicitly not fail and return null. By not failing we make the Event Dispatcher optional and is it easier for people to re-use this component in their own application.
| inherited_from | \phpDocumentor_Transformer_Abstract::dispatch() |
|---|---|
| inherited_from | \phpDocumentor_Transformer_Behaviour_Abstract::dispatch() |
stringName of the event to dispatch.
\string[]Arguments for this event.
\phpDocumentor_Parser_Exception |
if there is a dispatcher but it is not of type sfEventDispatcher |
|---|
mixednull
getTransformer() : \phpDocumentor_Transformer
| inherited_from | \phpDocumentor_Transformer_Behaviour_Abstract::getTransformer() |
|---|
log(string $message, int $priority) : void
| inherited_from | \phpDocumentor_Transformer_Abstract::log() |
|---|---|
| inherited_from | \phpDocumentor_Transformer_Behaviour_Abstract::log() |
stringThe message to log.
intThe logging priority, the lower, the more important. Ranges from 1 to 7
removeBehaviour(phpDocumentor_Transformer_Behaviour_Abstract $behaviour) : void
setTransformer(\phpDocumentor_Transformer $transformer) : void
| inherited_from | \phpDocumentor_Transformer_Behaviour_Abstract::setTransformer() |
|---|
$event_dispatcher : \sfEventDispatcher | null
| inherited_from | \phpDocumentor_Transformer_Abstract::$$event_dispatcher |
|---|---|
| inherited_from | \phpDocumentor_Transformer_Behaviour_Abstract::$$event_dispatcher |