Source Location: /PHP_CodeSniffer-0.2.0/CodeSniffer/CommentParser/DocElement.php
getLine [line 104]
Returns the line that this element started on.
getNextElement [line 96]
Returns the element that appears after this element.
getOrder [line 78]
Returns the order that this element appears in the doc comment.
The first element in the comment should have an order of 1.
getPreviousElement [line 87]
Returns the element that appears before this element.
getRawContent [line 112]
Returns the raw content of this element, ommiting the tag.
getTag [line 50]
Returns the name of the tag that this element represents, omitting the @ symbol.
getWhitespaceAfter [line 68]
string getWhitespaceAfter(
)
Returns the whitespace that exists after this element.
getWhitespaceBefore [line 59]
string getWhitespaceBefore(
)
Returns the whitespace that exists before this element.