PHP_CodeSniffer_CommentParser_AbstractDocElement | --PHP_CodeSniffer_CommentParser_PairElement
An example of a pair element tag is the \@throws as it has an exception type and a comment on the circumstance of when the exception is thrown.
PHP_CodeSniffer_CommentParser_PairElement __construct(
PHP_CodeSniffer_CommentParser_DocElement
$previousElement, array
$tokens, string
$tag, PHP_CodeSniffer_File
$phpcsFile)
string getComment(
)
array(string) getSubElements(
)
string getWhitespaceBeforeValue(
)
void processSubElement(
string
$name, string
$content, string
$whitespaceBefore)