Source Location: /PHP_CodeSniffer-0.0.5/CodeSniffer/CommentParser/ClassCommentParser.php
getAllowedTags [line 93]
getAuthors [line 203]
array(PHP_CodeSniffer_CommentParser_SingleElement) getAuthors(
)
Returns the authors of this class comment.
getCategory [line 251]
Returns the category of this class comment.
getCopyright [line 239]
Returns the copyright of this class comment.
getLicense [line 227]
Returns the license of this class comment.
getPackage [line 263]
Returns the package that this class belongs to.
getVersion [line 215]
Returns the version of this class comment.
parseAuthor [line 159]
array(PHP_CodeSniffer_CommentParser_SingleElement) parseAuthor(
array
$tokens)
Parses the author tag of this class comment.
Parameters:
array
$tokens
—
The tokens that comprise this tag.
parseCategory [line 144]
array(PHP_CodeSniffer_CommentParser_SingleElement) parseCategory(
array
$tokens)
Parses the category tag of this class comment.
Parameters:
array
$tokens
—
The tokens that comprise this tag.
parseCopyright [line 129]
array(PHP_CodeSniffer_CommentParser_SingleElement) parseCopyright(
array
$tokens)
Parses the copyright tag of this class comment.
Parameters:
array
$tokens
—
The tokens that comprise this tag.
parseLicense [line 114]
array(PHP_CodeSniffer_CommentParser_SingleElement) parseLicense(
array
$tokens)
Parses the license tag of this class comment.
Parameters:
array
$tokens
—
The tokens that comprise this tag.
parsePackage [line 190]
Parses the package tag found in this test.
Parameters:
array
$tokens
—
The tokens that comprise this var.
parseVersion [line 175]
Parses the version tag of this class comment.
Parameters:
array
$tokens
—
The tokens that comprise this tag.