Source Location: /PHP_CodeSniffer-0.8.0/CodeSniffer/CommentParser/DocElement.php
getLine [line 92]
Returns the line that this element started on.
getNextElement [line 84]
Returns the element that appears after this element.
getOrder [line 66]
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 75]
Returns the element that appears before this element.
getRawContent [line 100]
Returns the raw content of this element, ommiting the tag.
getTag [line 38]
Returns the name of the tag this element represents, omitting the @ symbol.
getWhitespaceAfter [line 56]
string getWhitespaceAfter(
)
Returns the whitespace that exists after this element.
getWhitespaceBefore [line 47]
string getWhitespaceBefore(
)
Returns the whitespace that exists before this element.