PHP_CodeSniffer
[ class tree: PHP_CodeSniffer ] [ index: PHP_CodeSniffer ] [ all elements ]

Element index for package PHP_CodeSniffer

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ z ] [ _ ]

_

__construct
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::__construct()
    Constructs a PHP_CodeSniffer_CommentParser_ParameterElement.
__construct
in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::__construct()
    Constructs a PHP_CodeSniffer_CommentParser_PairElement doc tag.
__construct
in file MethodScopeSniff.php, method Squiz_Sniffs_Scope_MethodScopeSniff::__construct()
    Constructs a Squiz_Sniffs_Scope_MethodScopeSniff.
__construct
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::__construct()
    Constructs a PHP_CodeSniffer_DocGenerators_Generator object.
__construct
in file ParserException.php, method PHP_CodeSniffer_CommentParser_ParserException::__construct()
    Constructs a DocCommentParserException.
__construct
in file SelfMemberReferenceSniff.php, method Squiz_Sniffs_Classes_SelfMemberReferenceSniff::__construct()
    Constructs a Squiz_Sniffs_Classes_SelfMemberReferenceSniff.
__construct
in file ValidFunctionNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::__construct()
    Constructs a PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff.
__construct
in file StaticThisUsageSniff.php, method Squiz_Sniffs_Scope_StaticThisUsageSniff::__construct()
    Constructs the test with the tokens it wishes to listen for.
__construct
in file SingleElement.php, method PHP_CodeSniffer_CommentParser_SingleElement::__construct()
    Constructs a SingleElement doc tag.
__construct
in file FunctionCommentThrowTagSniff.php, method Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff::__construct()
    Constructs a Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff.
__construct
in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::__construct()
    Constructs a PHP_CodeSniffer_CommentParser_FunctionCommentParser.
__construct
in file AbstractScopeSniff.php, method PHP_CodeSniffer_Standards_AbstractScopeSniff::__construct()
    Constructs a new AbstractScopeTest.
__construct
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::__construct()
    Constructs a PHP_CodeSniffer_Standards_AbstractPatternSniff.
__construct
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::__construct()
    Constructs a Doc Comment Parser.
__construct
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::__construct()
    Constructs an AbstractVariableTest.
__construct
in file CodeSniffer.php, method PHP_CodeSniffer::__construct()
    Constructs a PHP_CodeSniffer object.
__construct
in file File.php, method PHP_CodeSniffer_File::__construct()
    Constructs a PHP_CodeSniffer_File.
__construct
in file ControlSignatureSniff.php, method PEAR_Sniffs_ControlStructures_ControlSignatureSniff::__construct()
    Constructs a PEAR_Sniffs_ControlStructures_ControlSignatureSniff.
__construct
in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::__construct()
    Constructs a PHP_CodeSniffer_CommentParser_CommentElement.
__construct
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::__construct()
    Constructs a Doc Element.
top

a

$absoluteComplexity
in file CyclomaticComplexitySniff.php, variable Generic_Sniffs_Metrics_CyclomaticComplexitySniff::$absoluteComplexity
    A complexity higer than this value will throw an error.
$absoluteLineLimit
in file LineLengthSniff.php, variable PEAR_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
    The limit that the length of a line must not exceed.
$absoluteLineLimit
in file LineLengthSniff.php, variable Zend_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
    The limit that the length of a line must not exceed.
$absoluteLineLimit
in file LineLengthSniff.php, variable Generic_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
    The limit that the length of a line must not exceed.
$absoluteLineLimit
in file LineLengthSniff.php, variable Squiz_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
    The limit that the length of a line must not exceed.
$absoluteNestingLevel
in file NestingLevelSniff.php, variable Generic_Sniffs_Metrics_NestingLevelSniff::$absoluteNestingLevel
    A nesting level than this value will throw an error.
$afterWhitespace
in file AbstractDocElement.php, variable PHP_CodeSniffer_CommentParser_AbstractDocElement::$afterWhitespace
    The whitespace the occurs after this element and its sub elements.
$allowedFileExtensions
in file CodeSniffer.php, variable PHP_CodeSniffer::$allowedFileExtensions
    An array of extensions for files we will check.
$allowedTypes
in file CodeSniffer.php, variable PHP_CodeSniffer::$allowedTypes
    An array of variable types for param/var we will check.
$arithmeticTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$arithmeticTokens
    Tokens that represent arithmetic operators.
$assignmentTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$assignmentTokens
    Tokens that represent assignments.
addError
in file File.php, method PHP_CodeSniffer_File::addError()
    Adds an error to the error stack.
addFile
in file CodeSniffer.php, method PHP_CodeSniffer::addFile()
    Adds a file to the list of checked files.
addTokenListener
in file File.php, method PHP_CodeSniffer_File::addTokenListener()
    Adds a listener to the token stack that listens to the specific tokens.
addWarning
in file File.php, method PHP_CodeSniffer_File::addWarning()
    Adds an warning to the warning stack.
alignsCommentWith
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::alignsCommentWith()
    Returns true if this parameter's comment aligns with the other's.
alignsVariableWith
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::alignsVariableWith()
    Returns true if this parameter's variable aligns with the other's.
alignsWith
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::alignsWith()
    Returns true if this parameter aligns with the other paramter.
autoload
in file CodeSniffer.php, method PHP_CodeSniffer::autoload()
    Autoload static method for loading classes and interfaces.
AbstractDocElement.php
procedural page AbstractDocElement.php
AbstractParser.php
procedural page AbstractParser.php
AbstractPatternSniff.php
procedural page AbstractPatternSniff.php
AbstractScopeSniff.php
procedural page AbstractScopeSniff.php
AbstractVariableSniff.php
procedural page AbstractVariableSniff.php
ArrayBracketSpacingSniff.php
procedural page ArrayBracketSpacingSniff.php
ArrayDeclarationSniff.php
procedural page ArrayDeclarationSniff.php
top

b

$blockOpeners
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$blockOpeners
    Tokens that perform operations.
BlockCommentSniff.php
procedural page BlockCommentSniff.php
top

c

$castTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$castTokens
    Tokens that represent casting.
$comment
in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$comment
    The comment element that appears in the doc comment.
$commentParser
in file FunctionCommentSniff.php, variable PEAR_Sniffs_Commenting_FunctionCommentSniff::$commentParser
    The function comment parser for the current method.
$commentParser
in file FileCommentSniff.php, variable Squiz_Sniffs_Commenting_FileCommentSniff::$commentParser
    The header comment parser for the current file.
$commentParser
in file FileCommentSniff.php, variable PEAR_Sniffs_Commenting_FileCommentSniff::$commentParser
    The header comment parser for the current file.
$commentParser
in file FunctionCommentSniff.php, variable Squiz_Sniffs_Commenting_FunctionCommentSniff::$commentParser
    The function comment parser for the current method.
$commentParser
in file VariableCommentSniff.php, variable Squiz_Sniffs_Commenting_VariableCommentSniff::$commentParser
    The header comment parser for the current file.
$commentString
in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$commentString
    The string content of the comment.
$commentTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$commentTokens
    Tokens that are comments.
$commentTokens
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$commentTokens
    A list tokens that start and end comments.
$comparisonTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$comparisonTokens
    Tokens that represent comparison operator.
$complexity
in file CyclomaticComplexitySniff.php, variable Generic_Sniffs_Metrics_CyclomaticComplexitySniff::$complexity
    A complexity higher than this value will throw a warning.
$content
in file SingleElement.php, variable PHP_CodeSniffer_CommentParser_SingleElement::$content
    The content that exists after the tag.
$contentWhitespace
in file SingleElement.php, variable PHP_CodeSniffer_CommentParser_SingleElement::$contentWhitespace
    The whitespace that exists before the content.
$currentFile
in file FileCommentSniff.php, variable Squiz_Sniffs_Commenting_FileCommentSniff::$currentFile
    The current PHP_CodeSniffer_File object we are processing.
$currentFile
in file FileCommentSniff.php, variable PEAR_Sniffs_Commenting_FileCommentSniff::$currentFile
    The current PHP_CodeSniffer_File object we are processing.
$currentFile
in file AbstractVariableSniff.php, variable PHP_CodeSniffer_Standards_AbstractVariableSniff::$currentFile
    The current PHP_CodeSniffer file that we are processing.
$currentFile
in file FunctionCommentSniff.php, variable PEAR_Sniffs_Commenting_FunctionCommentSniff::$currentFile
    The current PHP_CodeSniffer_File object we are processing.
$currentFile
in file FunctionCommentSniff.php, variable Squiz_Sniffs_Commenting_FunctionCommentSniff::$currentFile
    The current PHP_CodeSniffer_File object we are processing.
$currScope
in file AbstractScopeSniff.php, variable PHP_CodeSniffer_Standards_AbstractScopeSniff::$currScope
    The position in the tokens array that opened the current scope.
calculateExpectedIndent
in file ScopeIndentSniff.php, method Squiz_Sniffs_WhiteSpace_ScopeIndentSniff::calculateExpectedIndent()
    Calculates the expected indent of a token.
calculateExpectedIndent
in file ScopeIndentSniff.php, method Generic_Sniffs_WhiteSpace_ScopeIndentSniff::calculateExpectedIndent()
    Calculates the expected indent of a token.
checkRequirements
in file CLI.php, method PHP_CodeSniffer_CLI::checkRequirements()
    Exits if the minimum requirements of PHP_CodSniffer are not met.
CLI.php
procedural page CLI.php
ClassCommentParser.php
procedural page ClassCommentParser.php
CommentElement.php
procedural page CommentElement.php
CodingStandard.php
procedural page CodingStandard.php
CyclomaticComplexitySniff.php
procedural page CyclomaticComplexitySniff.php
ClassDeclarationSniff.php
procedural page ClassDeclarationSniff.php
ClassCommentSniff.php
procedural page ClassCommentSniff.php
ControlSignatureSniff.php
procedural page ControlSignatureSniff.php
ClassDeclarationSniff.php
procedural page ClassDeclarationSniff.php
ClassFileNameSniff.php
procedural page ClassFileNameSniff.php
ClassCommentSniff.php
procedural page ClassCommentSniff.php
ClosingDeclarationCommentSniff.php
procedural page ClosingDeclarationCommentSniff.php
ControlSignatureSniff.php
procedural page ControlSignatureSniff.php
ConstantCaseSniff.php
procedural page ConstantCaseSniff.php
ComparisonOperatorUsageSniff.php
procedural page ComparisonOperatorUsageSniff.php
CommentedOutCodeSniff.php
procedural page CommentedOutCodeSniff.php
ConcatenationSpacingSniff.php
procedural page ConcatenationSpacingSniff.php
CastSpacingSniff.php
procedural page CastSpacingSniff.php
ControlStructureSpacingSniff.php
procedural page ControlStructureSpacingSniff.php
CodeAnalyzerSniff.php
procedural page CodeAnalyzerSniff.php
ClosingTagSniff.php
procedural page ClosingTagSniff.php
CodeSniffer.php
procedural page CodeSniffer.php
top

d

$deprecated
in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$deprecated
    A list of see elements that appear in this doc comment.
detectLineEndings
in file File.php, method PHP_CodeSniffer_File::detectLineEndings()
    Opens a file and detects the EOL character being used.
DocElement.php
procedural page DocElement.php
DisallowShortOpenTagSniff.php
procedural page DisallowShortOpenTagSniff.php
DisallowTabIndentSniff.php
procedural page DisallowTabIndentSniff.php
DocCommentAlignmentSniff.php
procedural page DocCommentAlignmentSniff.php
DisallowInlineIfSniff.php
procedural page DisallowInlineIfSniff.php
DisallowMultipleAssignmentsSniff.php
procedural page DisallowMultipleAssignmentsSniff.php
DisallowObEndFlushSniff.php
procedural page DisallowObEndFlushSniff.php
DisallowSizeFunctionsInLoopsSniff.php
procedural page DisallowSizeFunctionsInLoopsSniff.php
DoubleQuoteUsageSniff.php
procedural page DoubleQuoteUsageSniff.php
top

e

$emptyTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$emptyTokens
    Tokens that don't represent code.
$endScopeTokens
in file PHP.php, variable PHP_CodeSniffer_Tokenizers_PHP::$endScopeTokens
    A list of tokens that end the scope.
$endScopeTokens
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$endScopeTokens
    A list of tokens that end the scope.
$eolChar
in file LineEndingsSniff.php, variable Squiz_Sniffs_Files_LineEndingsSniff::$eolChar
    The valid EOL character.
$eolChar
in file LineEndingsSniff.php, variable Generic_Sniffs_Files_LineEndingsSniff::$eolChar
    The valid EOL character.
$eolChar
in file File.php, variable PHP_CodeSniffer_File::$eolChar
    The EOL character this file uses.
$eolChar
in file LineEndingsSniff.php, variable PEAR_Sniffs_Files_LineEndingsSniff::$eolChar
    The valid EOL character.
$equalityTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$equalityTokens
    Tokens that represent equality comparisons.
$error
in file MultipleStatementAlignmentSniff.php, variable Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file MultipleStatementAlignmentSniff.php, variable Squiz_Sniffs_Formatting_MultipleStatementAlignmentSniff::$error
    If true, an error will be thrown; otherwise a warning.
$exact
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$exact
    Does the indent need to be exactly right.
ERROR
in file File.php, class constant PHP_CodeSniffer_File::ERROR
    A constant to represent an error in PHP_CodeSniffer.
Exception.php
procedural page Exception.php
EmptyStatementSniff.php
procedural page EmptyStatementSniff.php
EmptyCatchCommentSniff.php
procedural page EmptyCatchCommentSniff.php
ElseIfDeclarationSniff.php
procedural page ElseIfDeclarationSniff.php
EmbeddedPhpSniff.php
procedural page EmbeddedPhpSniff.php
EvalSniff.php
procedural page EvalSniff.php
EchoedStringsSniff.php
procedural page EchoedStringsSniff.php
top

f

$file
in file CodeSniffer.php, variable PHP_CodeSniffer::$file
    The file or directory that is currently being processed.
$files
in file CodeSniffer.php, variable PHP_CodeSniffer::$files
    The files that have been processed.
$forbiddenFunctions
in file ForbiddenFunctionsSniff.php, variable Generic_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctions
    A list of forbidden functions with their alternatives.
$forbiddenFunctions
in file DisallowSizeFunctionsInLoopsSniff.php, variable Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff::$forbiddenFunctions
    An array of functions we don't want in the condition of loops.
$forbiddenFunctions
in file ForbiddenFunctionsSniff.php, variable Squiz_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctions
    A list of forbidden functions with their alternatives.
findFirstOnLine
in file File.php, method PHP_CodeSniffer_File::findFirstOnLine()
    Returns the position of the first token on a line, matching given type.
findIncrementers
in file JumbledIncrementerSniff.php, method Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff::findIncrementers()
    Get all used variables in the incrementer part of a for statement.
findNext
in file File.php, method PHP_CodeSniffer_File::findNext()
    Returns the position of the next specified token(s).
findPrevious
in file File.php, method PHP_CodeSniffer_File::findPrevious()
    Returns the position of the next specified token(s).
FunctionCommentParser.php
procedural page FunctionCommentParser.php
File.php
procedural page File.php
ForLoopShouldBeWhileLoopSniff.php
procedural page ForLoopShouldBeWhileLoopSniff.php
ForLoopWithTestFunctionCallSniff.php
procedural page ForLoopWithTestFunctionCallSniff.php
ForbiddenFunctionsSniff.php
procedural page ForbiddenFunctionsSniff.php
FileCommentSniff.php
procedural page FileCommentSniff.php
FunctionCommentSniff.php
procedural page FunctionCommentSniff.php
FunctionCallArgumentSpacingSniff.php
procedural page FunctionCallArgumentSpacingSniff.php
FunctionCallSignatureSniff.php
procedural page FunctionCallSignatureSniff.php
FileCommentSniff.php
procedural page FileCommentSniff.php
FunctionCommentSniff.php
procedural page FunctionCommentSniff.php
FunctionCommentThrowTagSniff.php
procedural page FunctionCommentThrowTagSniff.php
ForEachLoopDeclarationSniff.php
procedural page ForEachLoopDeclarationSniff.php
ForLoopDeclarationSniff.php
procedural page ForLoopDeclarationSniff.php
FileExtensionSniff.php
procedural page FileExtensionSniff.php
FunctionDeclarationArgumentSpacingSniff.php
procedural page FunctionDeclarationArgumentSpacingSniff.php
FunctionDeclarationSniff.php
procedural page FunctionDeclarationSniff.php
FunctionDuplicateArgumentSniff.php
procedural page FunctionDuplicateArgumentSniff.php
ForbiddenFunctionsSniff.php
procedural page ForbiddenFunctionsSniff.php
FunctionClosingBraceSpaceSniff.php
procedural page FunctionClosingBraceSpaceSniff.php
FunctionOpeningBraceSpaceSniff.php
procedural page FunctionOpeningBraceSpaceSniff.php
FunctionSpacingSniff.php
procedural page FunctionSpacingSniff.php
top

g

generate
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::generate()
    Generates the documentation for a standard.
generate
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::generate()
    Generates the documentation for a standard.
generateDocs
in file CodeSniffer.php, method PHP_CodeSniffer::generateDocs()
    Generates documentation for a coding standard.
Generic_Sniffs_CodeAnalysis_EmptyStatementSniff
in file EmptyStatementSniff.php, class Generic_Sniffs_CodeAnalysis_EmptyStatementSniff
    This sniff class detected empty statement.
Generic_Sniffs_CodeAnalysis_ForLoopShouldBeWhileLoopSniff
in file ForLoopShouldBeWhileLoopSniff.php, class Generic_Sniffs_CodeAnalysis_ForLoopShouldBeWhileLoopSniff
    Detects for-loops that can be simplified to a while-loop.
Generic_Sniffs_CodeAnalysis_ForLoopWithTestFunctionCallSniff
in file ForLoopWithTestFunctionCallSniff.php, class Generic_Sniffs_CodeAnalysis_ForLoopWithTestFunctionCallSniff
    Detects for-loops that use a function call in the test expression.
Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff
in file JumbledIncrementerSniff.php, class Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff
    Detects incrementer jumbling in for loops.
Generic_Sniffs_CodeAnalysis_UnconditionalIfStatementSniff
in file UnconditionalIfStatementSniff.php, class Generic_Sniffs_CodeAnalysis_UnconditionalIfStatementSniff
    Detects unconditional if- and elseif-statements.
Generic_Sniffs_CodeAnalysis_UnnecessaryFinalModifierSniff
in file UnnecessaryFinalModifierSniff.php, class Generic_Sniffs_CodeAnalysis_UnnecessaryFinalModifierSniff
    Detects unnecessary final modifiers inside of final classes.
Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff
in file UnusedFunctionParameterSniff.php, class Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff
    Checks the for unused function parameters.
Generic_Sniffs_CodeAnalysis_UselessOverridingMethodSniff
in file UselessOverridingMethodSniff.php, class Generic_Sniffs_CodeAnalysis_UselessOverridingMethodSniff
    Detects unnecessary final modifiers inside of final classes.
Generic_Sniffs_Files_LineEndingsSniff
in file LineEndingsSniff.php, class Generic_Sniffs_Files_LineEndingsSniff
    Generic_Sniffs_Files_LineEndingsSniff.
Generic_Sniffs_Files_LineLengthSniff
in file LineLengthSniff.php, class Generic_Sniffs_Files_LineLengthSniff
    Generic_Sniffs_Files_LineLengthSniff.
Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff
in file MultipleStatementAlignmentSniff.php, class Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff
    Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff.
Generic_Sniffs_Formatting_NoSpaceAfterCastSniff
in file NoSpaceAfterCastSniff.php, class Generic_Sniffs_Formatting_NoSpaceAfterCastSniff
    Generic_Sniffs_Formatting_NoSpaceAfterCastSniff.
Generic_Sniffs_Formatting_SpaceAfterCastSniff
in file SpaceAfterCastSniff.php, class Generic_Sniffs_Formatting_SpaceAfterCastSniff
    Generic_Sniffs_Formatting_SpaceAfterCastSniff.
Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff
in file OpeningFunctionBraceBsdAllmanSniff.php, class Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff
    Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff.
Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff
in file OpeningFunctionBraceKernighanRitchieSniff.php, class Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff
    Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff.
Generic_Sniffs_Metrics_CyclomaticComplexitySniff
in file CyclomaticComplexitySniff.php, class Generic_Sniffs_Metrics_CyclomaticComplexitySniff
    Checks the cyclomatic complexity (McCabe) for functions.
Generic_Sniffs_Metrics_NestingLevelSniff
in file NestingLevelSniff.php, class Generic_Sniffs_Metrics_NestingLevelSniff
    Checks the nesting level for methods.
Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
in file UpperCaseConstantNameSniff.php, class Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
    Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff.
Generic_Sniffs_PHP_DisallowShortOpenTagSniff
in file DisallowShortOpenTagSniff.php, class Generic_Sniffs_PHP_DisallowShortOpenTagSniff
    Generic_Sniffs_PHP_DisallowShortOpenTagSniff.
Generic_Sniffs_PHP_ForbiddenFunctionsSniff
in file ForbiddenFunctionsSniff.php, class Generic_Sniffs_PHP_ForbiddenFunctionsSniff
    Generic_Sniffs_PHP_ForbiddenFunctionsSniff.
Generic_Sniffs_PHP_LowerCaseConstantSniff
in file LowerCaseConstantSniff.php, class Generic_Sniffs_PHP_LowerCaseConstantSniff
    Generic_Sniffs_PHP_LowerCaseConstantSniff.
Generic_Sniffs_PHP_UpperCaseConstantSniff
in file UpperCaseConstantSniff.php, class Generic_Sniffs_PHP_UpperCaseConstantSniff
    Generic_Sniffs_PHP_UpperCaseConstantSniff.
Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff
in file DisallowTabIndentSniff.php, class Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff
    Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff.
Generic_Sniffs_WhiteSpace_ScopeIndentSniff
in file ScopeIndentSniff.php, class Generic_Sniffs_WhiteSpace_ScopeIndentSniff
    Generic_Sniffs_Whitespace_ScopeIndentSniff.
getAllConfigData
in file CodeSniffer.php, method PHP_CodeSniffer::getAllConfigData()
    Get all config data in an array.
getAllowedTags
in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getAllowedTags()
    Returns the allowed tags that can exist in a function comment.
getAllowedTags
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getAllowedTags()
    Returns the allowed tags withing a class comment.
getAllowedTags
in file MemberCommentParser.php, method PHP_CodeSniffer_CommentParser_MemberCommentParser::getAllowedTags()
    Returns the allowed tags for this parser.
getAllowedTags
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getAllowedTags()
    Returns a list of tags that this comment parser allows for it's comment.
getAuthors
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getAuthors()
    Returns the authors of this class comment.
getCategory
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getCategory()
    Returns the category of this class comment.
getCommandLineValues
in file CLI.php, method PHP_CodeSniffer_CLI::getCommandLineValues()
    Process the command line arguments and returns the values.
getComment
in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::getComment()
    Returns the comment associated with the value of this tag.
getComment
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getComment()
    Returns the comment element that appears at the top of this doc comment.
getComment
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getComment()
    Returns the comment of this comment for this parameter.
getConfigData
in file CodeSniffer.php, method PHP_CodeSniffer::getConfigData()
    Get a single config value.
getContent
in file SingleElement.php, method PHP_CodeSniffer_CommentParser_SingleElement::getContent()
    Returns the content of this tag.
getCopyrights
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getCopyrights()
    Returns the copyrights of this class comment.
getDeclarationName
in file File.php, method PHP_CodeSniffer_File::getDeclarationName()
    Returns the declaration names for T_CLASS, T_INTERFACE and T_FUNCTION tokens.
getDefaults
in file CLI.php, method PHP_CodeSniffer_CLI::getDefaults()
    Get a list of default values for all possible command line arguments.
getDeprecated
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getDeprecated()
    Returns the deprecated element found in this comment.
getErrorCount
in file File.php, method PHP_CodeSniffer_File::getErrorCount()
    Returns the number of errors raised.
getErrors
in file File.php, method PHP_CodeSniffer_File::getErrors()
    Returns the errors raised from processing this file.
getExcludedSniffs
in file CodingStandard.php, method PHP_CodeSniffer_Standards_CodingStandard::getExcludedSniffs()
    Return a list of external sniffs to exclude from this standard.
getExcludedSniffs
in file PHPCSCodingStandard.php, method PHP_CodeSniffer_Standards_PHPCS_PHPCSCodingStandard::getExcludedSniffs()
    Return a list of external sniffs to exclude from this standard.
getFilename
in file File.php, method PHP_CodeSniffer_File::getFilename()
    Returns the absolute filename of this file.
getFiles
in file CodeSniffer.php, method PHP_CodeSniffer::getFiles()
    Returns the PHP_CodeSniffer file objects.
getHighestWeightedToken
in file Tokens.php, method PHP_CodeSniffer_Tokens::getHighestWeightedToken()
    Returns the highest weighted token type.
getIncludedSniffs
in file ZendCodingStandard.php, method PHP_CodeSniffer_Standards_Zend_ZendCodingStandard::getIncludedSniffs()
    Return a list of external sniffs to include with this standard.
getIncludedSniffs
in file SquizCodingStandard.php, method PHP_CodeSniffer_Standards_Squiz_SquizCodingStandard::getIncludedSniffs()
    Return a list of external sniffs to include with this standard.
getIncludedSniffs
in file PEARCodingStandard.php, method PHP_CodeSniffer_Standards_PEAR_PEARCodingStandard::getIncludedSniffs()
    Return a list of external sniffs to include with this standard.
getIncludedSniffs
in file CodingStandard.php, method PHP_CodeSniffer_Standards_CodingStandard::getIncludedSniffs()
    Return a list of external sniffs to include with this standard.
getIncludedSniffs
in file PHPCSCodingStandard.php, method PHP_CodeSniffer_Standards_PHPCS_PHPCSCodingStandard::getIncludedSniffs()
    Return a list of external sniffs to include with this standard.
getIndentation
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::getIndentation()
    Get the indentation information of each tag.
getIndentation
in file FileCommentSniff.php, method Squiz_Sniffs_Commenting_FileCommentSniff::getIndentation()
    Get the indentation information of each tag.
getInstalledStandards
in file CodeSniffer.php, method PHP_CodeSniffer::getInstalledStandards()
    Get a list of all coding standards installed.
getLicense
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getLicense()
    Returns the license of this class comment.
getLine
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getLine()
    Returns the line that the token exists on in the doc comment.
getLine
in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getLine()
    Returns the line that this element started on.
getLine
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getLine()
    Returns the line in which this element first occured.
getLineWithinComment
in file ParserException.php, method PHP_CodeSniffer_CommentParser_ParserException::getLineWithinComment()
    Returns the line number within the comment where the exception occured.
getLinks
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getLinks()
    Returns the link elements found in this comment.
getLongComment
in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getLongComment()
    Returns the long comment description.
getMemberProperties
in file File.php, method PHP_CodeSniffer_File::getMemberProperties()
    Returns the visibility and implementation properies of the class member variable found at the specified position in the stack.
getMethodParameters
in file File.php, method PHP_CodeSniffer_File::getMethodParameters()
    Returns the method parameters for the specified T_FUNCTION token.
getMethodProperties
in file File.php, method PHP_CodeSniffer_File::getMethodProperties()
    Returns the visibility and implementation properies of a method.
getNewlineAfter
in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getNewlineAfter()
    Returns the number of newlines that exist before the tags.
getNextElement
in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getNextElement()
    Returns the element that appears after this element.
getNextElement
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getNextElement()
    Returns the element that exists after this.
getOrder
in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getOrder()
    Returns the order that this element appears in the doc comment.
getOrder
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getOrder()
    Returns the order that this element appears in the comment.
getPackage
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getPackage()
    Returns the package that this class belongs to.
getParams
in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getParams()
    Returns the parameter elements that this function comment contains.
getPatterns
in file ControlSignatureSniff.php, method Squiz_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns()
    Returns the patterns that this test wishes to verify.
getPatterns
in file ControlSignatureSniff.php, method PEAR_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns()
    Returns the patterns that this test wishes to verify.
getPatterns
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::getPatterns()
    Returns the patterns that should be checked.
getPatterns
in file FunctionDeclarationSniff.php, method Squiz_Sniffs_Functions_FunctionDeclarationSniff::getPatterns()
    Returns an array of patterns to check are correct.
getPosition
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getPosition()
    Returns the postition of this parameter are it appears in the comment.
getPreviousElement
in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getPreviousElement()
    Returns the element that appears before this element.
getPreviousElement
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getPreviousElement()
    Returns the element that exists before this.
getRawContent
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getRawContent()
    Returns the raw content of this element, ommiting the tag.
getRawContent
in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getRawContent()
    Returns the raw content of this element, ommiting the tag.
getReturn
in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getReturn()
    Returns the return element in this fucntion comment.
getSees
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getSees()
    Returns the see elements that appear in this doc comment.
getShortComment
in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getShortComment()
    Returns the short comment description.
getSince
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getSince()
    Returns the since element found in this comment.
getSniffFiles
in file CodeSniffer.php, method PHP_CodeSniffer::getSniffFiles()
    Return a list of sniffs that a coding standard has defined.
getSniffs
in file CodeSniffer.php, method PHP_CodeSniffer::getSniffs()
    Gets the array of PHP_CodeSniffer_Sniff's.
getStandard
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getStandard()
    Retrieves the name of the standard we are generating docs for.
getStandardFiles
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getStandardFiles()
    Returns a list of paths to XML standard files for all sniffs in a standard.
getSubElements
in file SingleElement.php, method PHP_CodeSniffer_CommentParser_SingleElement::getSubElements()
    Returns the element names that this tag is comprised of, in the order that they appear in the tag.
getSubElements
in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getSubElements()
    Returns the element names that this tag is comprised of, in the order that they appear in the tag.
getSubElements
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getSubElements()
    Returns the sub element names that make up this element in the order they appear in the element.
getSubElements
in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::getSubElements()
    Returns the element names that this tag is comprised of, in the order that they appear in the tag.
getSubpackage
in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getSubpackage()
    Returns the subpackage that this class belongs to.
getTag
in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getTag()
    Returns the name of the tag this element represents, omitting the @ symbol.
getTag
in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getTag()
    Returns the tag that this element represents, ommiting the @ symbol.
getTagOrders
in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getTagOrders()
    Returns the tag orders (index => tagName).
getThrows
in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getThrows()
    Returns the throws elements in this fucntion comment.
getTitle
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getTitle()
    Retrieves the title of the sniff from the DOMNode supplied.
getTokenListeners
in file CodeSniffer.php, method PHP_CodeSniffer::getTokenListeners()
    Gets installed sniffs in the coding standard being used.
getTokens
in file File.php, method PHP_CodeSniffer_File::getTokens()
    Returns the token stack for this file.
getTokensAsString
in file File.php, method PHP_CodeSniffer_File::getTokensAsString()
    Returns the content of the tokens from the specified start position in the token stack for the specified legnth.