PHP_CodeSniffer_CommentParser_AbstractParser | --PHP_CodeSniffer_CommentParser_FunctionCommentParser
PHP_CodeSniffer_CommentParser_FunctionCommentParser __construct( string $comment, PHP_CodeSniffer_File $phpcsFile)
array(string getAllowedTags( )
array(PHP_CodeSniffer_CommentParser_ParameterElement) getParams( )
Returns an empty array if no parameter elements are contained within this function comment.
PHP_CodeSniffer_CommentParser_PairElement getReturn( )
Returns null if no return element exists in the comment.
array(PHP_CodeSniffer_CommentParser_PairElement) getThrows( )
Returns empty array if no throws elements in the comment.
PHP_CodeSniffer_CommentParser_ParameterElement parseParam( array(string) $tokens)
PHP_CodeSniffer_CommentParser_PairElement parseReturn( array(string) $tokens)
PHP_CodeSniffer_CommentParser_PairElement parseThrows( array(string) $tokens)