Methods
Dispatches a logging request to log a debug message.
debug(string $message) : void
Inherited
| inherited_from |
\phpDocumentor\Transformer\TransformerAbstract::debug() |
| inherited_from |
\phpDocumentor\Transformer\Behaviour\BehaviourAbstract::debug() |
Parameters
$message
stringThe message to log.
Dispatches a logging request.
log(string $message, int $priority) : void
Inherited
| inherited_from |
\phpDocumentor\Transformer\TransformerAbstract::log() |
| inherited_from |
\phpDocumentor\Transformer\Behaviour\BehaviourAbstract::log() |
Parameters
$message
stringThe message to log.
$priority
intThe logging priority, the lower,
the more important. Ranges from 1 to 7
Find all return tags that contain 'self' or '$this' and replace those
terms for the name of the current class' type.
process(\DOMDocument $xml) : \DOMDocument
Properties