\phpDocumentor\Plugin\Core\Transformer\Behaviour\TagParamTag

Behaviour that adds support for the @param tags.

Summary

Methods
Properties
Constants
process()
No public properties found
No constants found
No protected methods found
$element_name
N/A
No private methods found
No private properties found
N/A

Properties

$element_name

$element_name : string

Type

string — Make element name overrideable.

Methods

process()

process(\DOMDocument  $xml) : \DOMDocument

Find all the param tags and if using special characters transform using markdown otherwise just add a <p> tag to be consistent.

Parameters

\DOMDocument $xml

Structure source to apply behaviour onto.

Returns

\DOMDocument