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() |
| inherited_from |
\phpDocumentor\Plugin\Core\Transformer\Behaviour\Tag\ParamTag::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() |
| inherited_from |
\phpDocumentor\Plugin\Core\Transformer\Behaviour\Tag\ParamTag::log() |
Parameters
$message
stringThe message to log.
$priority
intThe logging priority, the lower,
the more important. Ranges from 1 to 7
Find all the param tags and if using special characters transform
using markdown otherwise just add a <p> tag to be consistent.
process(\DOMDocument $xml) : \DOMDocument
Inherited
| inherited_from |
\phpDocumentor\Plugin\Core\Transformer\Behaviour\Tag\ParamTag::process() |
Parameters
Returns
Properties
Make element name overrideable.
$element_name : string