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

Index of all elements

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

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 Generic_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.
$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.
$allowMultiline
in file UnnecessaryStringConcatSniff.php, variable Generic_Sniffs_Strings_UnnecessaryStringConcatSniff::$allowMultiline
    If true, strings concatenated over multiple lines are allowed.
$allowMultipleArguments
in file FunctionCallSignatureSniff.php, variable PEAR_Sniffs_Functions_FunctionCallSignatureSniff::$allowMultipleArguments
    If TRUE, multiple arguments can be defined per line in a multi-line call.
$allowMultipleArguments
in file FunctionCallSignatureSniff.php, variable PSR2_Sniffs_Methods_FunctionCallSignatureSniff::$allowMultipleArguments
    If TRUE, multiple arguments can be defined per line in a multi-line call.
$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.
addChangeset
in file DisallowAlternativePHPTagsSniff.php, method Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff::addChangeset()
    Add a changeset to replace the alternative PHP tags.
addContent
in file Fixer.php, method PHP_CodeSniffer_Fixer::addContent()
    Adds content to the end of a token's current content.
addContentBefore
in file Fixer.php, method PHP_CodeSniffer_Fixer::addContentBefore()
    Adds content to the start of a token's current content.
addError
in file ForbiddenStylesSniff.php, method Squiz_Sniffs_CSS_ForbiddenStylesSniff::addError()
    Generates the error or warning for this sniff.
addError
in file File.php, method PHP_CodeSniffer_File::addError()
    Records an error against a specific token in the file.
addError
in file ForbiddenFunctionsSniff.php, method Generic_Sniffs_PHP_ForbiddenFunctionsSniff::addError()
    Generates the error or warning for this sniff.
addError
in file DeprecatedFunctionsSniff.php, method Generic_Sniffs_PHP_DeprecatedFunctionsSniff::addError()
    Generates the error or warning for this sniff.
addErrorOnLine
in file File.php, method PHP_CodeSniffer_File::addErrorOnLine()
    Records an error against a specific line in the file.
addFixableError
in file File.php, method PHP_CodeSniffer_File::addFixableError()
    Records a fixable error against a specific token in the file.
addFixableWarning
in file File.php, method PHP_CodeSniffer_File::addFixableWarning()
    Records a fixable warning against a specific token in the file.
addMissingBracketsError
in file OperatorBracketSniff.php, method Squiz_Sniffs_Formatting_OperatorBracketSniff::addMissingBracketsError()
    Add and fix the missing brackets error.
addNewline
in file Fixer.php, method PHP_CodeSniffer_Fixer::addNewline()
    Adds a newline to end of a token's content.
addNewlineBefore
in file Fixer.php, method PHP_CodeSniffer_Fixer::addNewlineBefore()
    Adds a newline to the start of a token's content.
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()
    Records a warning against a specific token in the file.
addWarningOnLine
in file File.php, method PHP_CodeSniffer_File::addWarningOnLine()
    Records a warning against a specific token in the file.
autoload
in file CodeSniffer.php, method PHP_CodeSniffer::autoload()
    Autoload static method for loading classes and interfaces.
AbstractPatternSniff.php
procedural page AbstractPatternSniff.php
AbstractScopeSniff.php
procedural page AbstractScopeSniff.php
AbstractVariableSniff.php
procedural page AbstractVariableSniff.php
AssignThisSniff.php
procedural page AssignThisSniff.php
AjaxNullComparisonSniff.php
procedural page AjaxNullComparisonSniff.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 open code blocks.
$bomDefinitions
in file ByteOrderMarkSniff.php, variable Generic_Sniffs_Files_ByteOrderMarkSniff::$bomDefinitions
    List of supported BOM definitions.
$booleanOperators
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$booleanOperators
    Tokens that perform boolean operations.
$bracketTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$bracketTokens
    Tokens that represent brackets and parenthesis.
beginChangeset
in file Fixer.php, method PHP_CodeSniffer_Fixer::beginChangeset()
    Start recording actions for a changeset.
ByteOrderMarkSniff.php
procedural page ByteOrderMarkSniff.php
BacktickOperatorSniff.php
procedural page BacktickOperatorSniff.php
BrowserSpecificStylesSniff.php
procedural page BrowserSpecificStylesSniff.php
BlockCommentSniff.php
procedural page BlockCommentSniff.php
top

c

$castTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$castTokens
    Tokens that represent casting.
$checkClosures
in file OpeningFunctionBraceKernighanRitchieSniff.php, variable Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff::$checkClosures
    Should this sniff check closure braces?
$checkClosures
in file OpeningFunctionBraceBsdAllmanSniff.php, variable Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff::$checkClosures
    Should this sniff check closure braces?
$checkFunctions
in file OpeningFunctionBraceKernighanRitchieSniff.php, variable Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff::$checkFunctions
    Should this sniff check function braces?
$checkFunctions
in file OpeningFunctionBraceBsdAllmanSniff.php, variable Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff::$checkFunctions
    Should this sniff check function braces?
$cli
in file CodeSniffer.php, variable PHP_CodeSniffer::$cli
    The CLI object controlling the run.
$colourNames
in file NamedColoursSniff.php, variable Squiz_Sniffs_CSS_NamedColoursSniff::$colourNames
    A list of named colours.
$commentFormat
in file LongConditionClosingCommentSniff.php, variable Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff::$commentFormat
    The format the end comment should be in.
$commentTokens
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$commentTokens
    A list tokens that start and end comments.
$commentTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$commentTokens
    Tokens that are 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.
$currentFile
in file AbstractVariableSniff.php, variable PHP_CodeSniffer_Standards_AbstractVariableSniff::$currentFile
    The current PHP_CodeSniffer file that we are processing.
$currFile
in file AbstractPatternSniff.php, variable PHP_CodeSniffer_Standards_AbstractPatternSniff::$currFile
    The current file being checked.
cacheFileReport
in file Reporting.php, method PHP_CodeSniffer_Reporting::cacheFileReport()
    Actually generates the report.
chdir
in file CodeSniffer.php, method PHP_CodeSniffer::chdir()
    CodeSniffer alternative for chdir().
checkAlignment
in file MultipleStatementAlignmentSniff.php, method Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::checkAlignment()
    Processes this test, when one of its tokens is encountered.
checkLineLength
in file LineLengthSniff.php, method Generic_Sniffs_Files_LineLengthSniff::checkLineLength()
    Checks if a line is too long.
checkRequirements
in file CLI.php, method PHP_CodeSniffer_CLI::checkRequirements()
    Exits if the minimum requirements of PHP_CodSniffer are not met.
cleanUp
in file File.php, method PHP_CodeSniffer_File::cleanUp()
    Remove vars stored in this file that are no longer required.
CLI.php
procedural page CLI.php
Cbf.php
procedural page Cbf.php
Checkstyle.php
procedural page Checkstyle.php
Csv.php
procedural page Csv.php
ClosureLinterSniff.php
procedural page ClosureLinterSniff.php
CSSLintSniff.php
procedural page CSSLintSniff.php
CallTimePassByReferenceSniff.php
procedural page CallTimePassByReferenceSniff.php
CyclomaticComplexitySniff.php
procedural page CyclomaticComplexitySniff.php
CamelCapsFunctionNameSniff.php
procedural page CamelCapsFunctionNameSniff.php
ConstructorNameSniff.php
procedural page ConstructorNameSniff.php
CharacterBeforePHPOpeningTagSniff.php
procedural page CharacterBeforePHPOpeningTagSniff.php
ClosingPHPTagSniff.php
procedural page ClosingPHPTagSniff.php
CreateWidgetTypeCallbackSniff.php
procedural page CreateWidgetTypeCallbackSniff.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
CamelCapsMethodNameSniff.php
procedural page CamelCapsMethodNameSniff.php
ClassDeclarationSniff.php
procedural page ClassDeclarationSniff.php
ControlStructureSpacingSniff.php
procedural page ControlStructureSpacingSniff.php
ClosingTagSniff.php
procedural page ClosingTagSniff.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
ClassDefinitionClosingBraceSpaceSniff.php
procedural page ClassDefinitionClosingBraceSpaceSniff.php
ClassDefinitionNameSpacingSniff.php
procedural page ClassDefinitionNameSpacingSniff.php
ClassDefinitionOpeningBraceSpaceSniff.php
procedural page ClassDefinitionOpeningBraceSpaceSniff.php
ColonSpacingSniff.php
procedural page ColonSpacingSniff.php
ColourDefinitionSniff.php
procedural page ColourDefinitionSniff.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
Comment.php
procedural page Comment.php
CSS.php
procedural page CSS.php
CodeSniffer.php
procedural page CodeSniffer.php
top

d

$defaultFileExtensions
in file CodeSniffer.php, variable PHP_CodeSniffer::$defaultFileExtensions
    An array of default extensions and associated tokenizers.
$dieOnUnknownArg
in file CLI.php, variable PHP_CodeSniffer_CLI::$dieOnUnknownArg
    Whether or not to kill the process when an unknown command line arg is found.
detectLineEndings
in file File.php, method PHP_CodeSniffer_File::detectLineEndings()
    Opens a file and detects the EOL character being used.
Diff.php
procedural page Diff.php
DisallowLongArraySyntaxSniff.php
procedural page DisallowLongArraySyntaxSniff.php
DisallowShortArraySyntaxSniff.php
procedural page DisallowShortArraySyntaxSniff.php
DuplicateClassNameSniff.php
procedural page DuplicateClassNameSniff.php
DocCommentSniff.php
procedural page DocCommentSniff.php
DisallowMultipleStatementsSniff.php
procedural page DisallowMultipleStatementsSniff.php
DeprecatedFunctionsSniff.php
procedural page DeprecatedFunctionsSniff.php
DisallowAlternativePHPTagsSniff.php
procedural page DisallowAlternativePHPTagsSniff.php
DisallowShortOpenTagSniff.php
procedural page DisallowShortOpenTagSniff.php
DisallowSpaceIndentSniff.php
procedural page DisallowSpaceIndentSniff.php
DisallowTabIndentSniff.php
procedural page DisallowTabIndentSniff.php
DisallowSelfActionsSniff.php
procedural page DisallowSelfActionsSniff.php
DebugCodeSniff.php
procedural page DebugCodeSniff.php
DisallowNewWidgetSniff.php
procedural page DisallowNewWidgetSniff.php
DuplicatePropertySniff.php
procedural page DuplicatePropertySniff.php
DocCommentAlignmentSniff.php
procedural page DocCommentAlignmentSniff.php
DisallowMultipleStyleDefinitionsSniff.php
procedural page DisallowMultipleStyleDefinitionsSniff.php
DuplicateClassDefinitionSniff.php
procedural page DuplicateClassDefinitionSniff.php
DuplicateStyleDefinitionSniff.php
procedural page DuplicateStyleDefinitionSniff.php
DisallowObjectStringIndexSniff.php
procedural page DisallowObjectStringIndexSniff.php
DisallowBooleanStatementSniff.php
procedural page DisallowBooleanStatementSniff.php
DisallowComparisonAssignmentSniff.php
procedural page DisallowComparisonAssignmentSniff.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
DiscouragedFunctionsSniff.php
procedural page DiscouragedFunctionsSniff.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.
$enabled
in file Fixer.php, variable PHP_CodeSniffer_Fixer::$enabled
    Is the fixer enabled and fixing a file?
$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 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.
$equalityTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$equalityTokens
    Tokens that represent equality comparisons.
$equalsSpacing
in file FunctionDeclarationArgumentSpacingSniff.php, variable Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::$equalsSpacing
    How many spaces should surround the equals signs.
$error
in file InlineControlStructureSniff.php, variable Generic_Sniffs_ControlStructures_InlineControlStructureSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file ForbiddenStylesSniff.php, variable Squiz_Sniffs_CSS_ForbiddenStylesSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file ForbiddenFunctionsSniff.php, variable Generic_Sniffs_PHP_ForbiddenFunctionsSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file MultipleStatementAlignmentSniff.php, variable Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file DiscouragedFunctionsSniff.php, variable Squiz_Sniffs_PHP_DiscouragedFunctionsSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file UnnecessaryStringConcatSniff.php, variable Generic_Sniffs_Strings_UnnecessaryStringConcatSniff::$error
    If true, an error will be thrown; otherwise a warning.
$error
in file NoSilencedErrorsSniff.php, variable Generic_Sniffs_PHP_NoSilencedErrorsSniff::$error
    If true, an error will be thrown; otherwise a warning.
$errorCodes
in file ClosureLinterSniff.php, variable Generic_Sniffs_Debug_ClosureLinterSniff::$errorCodes
    A list of error codes that should show errors.
$errorSeverity
in file CLI.php, variable PHP_CodeSniffer_CLI::$errorSeverity
    The minimum severity level errors must have to be displayed.
$exact
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$exact
    Does the indent need to be exactly right?
$excludeStyles
in file ShorthandSizeSniff.php, variable Squiz_Sniffs_CSS_ShorthandSizeSniff::$excludeStyles
    A list of styles that we shouldn't check.
endChangeset
in file Fixer.php, method PHP_CodeSniffer_Fixer::endChangeset()
    Stop recording actions for a changeset, and apply logged changes.
explainStandard
in file CLI.php, method PHP_CodeSniffer_CLI::explainStandard()
    Prints a report showing the sniffs contained in a standard.
Exception.php
procedural page Exception.php
Emacs.php
procedural page Emacs.php
EmptyStatementSniff.php
procedural page EmptyStatementSniff.php
EndFileNewlineSniff.php
procedural page EndFileNewlineSniff.php
EndFileNoNewlineSniff.php
procedural page EndFileNoNewlineSniff.php
EvalObjectFactorySniff.php
procedural page EvalObjectFactorySniff.php
ElseIfDeclarationSniff.php
procedural page ElseIfDeclarationSniff.php
EndFileNewlineSniff.php
procedural page EndFileNewlineSniff.php
EmptyCatchCommentSniff.php
procedural page EmptyCatchCommentSniff.php
ElseIfDeclarationSniff.php
procedural page ElseIfDeclarationSniff.php
EmptyClassDefinitionSniff.php
procedural page EmptyClassDefinitionSniff.php
EmptyStyleDefinitionSniff.php
procedural page EmptyStyleDefinitionSniff.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.
$fixer
in file File.php, variable PHP_CodeSniffer_File::$fixer
    The Fixer object to control fixing errors.
$forbiddenFunctionNames
in file ForbiddenFunctionsSniff.php, variable Generic_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctionNames
    A cache of forbidden function names, for faster lookups.
$forbiddenFunctions
in file ForbiddenFunctionsSniff.php, variable Squiz_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctions
    A list of forbidden functions with their alternatives.
$forbiddenFunctions
in file ForbiddenFunctionsSniff.php, variable Generic_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctions
    A list of forbidden functions with their alternatives.
$forbiddenFunctions
in file DiscouragedFunctionsSniff.php, variable Squiz_Sniffs_PHP_DiscouragedFunctionsSniff::$forbiddenFunctions
    A list of forbidden functions with their alternatives.
$forbiddenFunctions
in file DeprecatedFunctionsSniff.php, variable Generic_Sniffs_PHP_DeprecatedFunctionsSniff::$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.
$forbiddenStyleNames
in file ForbiddenStylesSniff.php, variable Squiz_Sniffs_CSS_ForbiddenStylesSniff::$forbiddenStyleNames
    A cache of forbidden style names, for faster lookups.
$forbiddenStyles
in file ForbiddenStylesSniff.php, variable Squiz_Sniffs_CSS_ForbiddenStylesSniff::$forbiddenStyles
    A list of forbidden styles with their alternatives.
$foundClasses
in file DuplicateClassNameSniff.php, variable Generic_Sniffs_Classes_DuplicateClassNameSniff::$foundClasses
    List of classes that have been found during checking.
$functionNameTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$functionNameTokens
    Tokens that represent the names of called functions.
factory
in file Reporting.php, method PHP_CodeSniffer_Reporting::factory()
    Produce the appropriate report object based on $type parameter.
findClosingTag
in file DisallowAlternativePHPTagsSniff.php, method Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff::findClosingTag()
    Try and find a matching PHP closing tag.
findEndOfStatement
in file File.php, method PHP_CodeSniffer_File::findEndOfStatement()
    Returns the position of the last non-whitespace token in a statement.
findExtendedClassName
in file File.php, method PHP_CodeSniffer_File::findExtendedClassName()
    Returns the name of the class that the specified class extends.
findFirstOnLine
in file File.php, method PHP_CodeSniffer_File::findFirstOnLine()
    Returns the position of the first token on a line, matching given type.
findImplementedInterfaceNames
in file File.php, method PHP_CodeSniffer_File::findImplementedInterfaceNames()
    Returns the name(s) of the interface(s) that the specified class implements.
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 previous specified token(s).
findStartOfStatement
in file File.php, method PHP_CodeSniffer_File::findStartOfStatement()
    Returns the position of the first non-whitespace token in a statement.
fixFile
in file Fixer.php, method PHP_CodeSniffer_Fixer::fixFile()
    Attempt to fix the file by processing it until no fixes are made.
File.php
procedural page File.php
Fixer.php
procedural page Fixer.php
Full.php
procedural page Full.php
ForLoopShouldBeWhileLoopSniff.php
procedural page ForLoopShouldBeWhileLoopSniff.php
ForLoopWithTestFunctionCallSniff.php
procedural page ForLoopWithTestFunctionCallSniff.php
FixmeSniff.php
procedural page FixmeSniff.php
FunctionCallArgumentSpacingSniff.php
procedural page FunctionCallArgumentSpacingSniff.php
ForbiddenFunctionsSniff.php
procedural page ForbiddenFunctionsSniff.php
FunctionCommentSniff.php
procedural page FunctionCommentSniff.php
FirebugConsoleSniff.php
procedural page FirebugConsoleSniff.php
FileCommentSniff.php
procedural page FileCommentSniff.php
FunctionCommentSniff.php
procedural page FunctionCommentSniff.php
FunctionCallSignatureSniff.php
procedural page FunctionCallSignatureSniff.php
FunctionDeclarationSniff.php
procedural page FunctionDeclarationSniff.php
FunctionCallSignatureSniff.php
procedural page FunctionCallSignatureSniff.php
FunctionClosingBraceSniff.php
procedural page FunctionClosingBraceSniff.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
ForbiddenStylesSniff.php
procedural page ForbiddenStylesSniff.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 Source.php, method PHP_CodeSniffer_Reports_Source::generate()
    Prints the source of all errors and warnings.
generate
in file Report.php, method PHP_CodeSniffer_Report::generate()
    Generate the actual report.
generate
in file Markdown.php, method PHP_CodeSniffer_DocGenerators_Markdown::generate()
    Generates the documentation for a standard.
generate
in file Summary.php, method PHP_CodeSniffer_Reports_Summary::generate()
    Generates a summary of errors and warnings for each file processed.
generate
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::generate()
    Generates the documentation for a standard.
generate
in file Json.php, method PHP_CodeSniffer_Reports_Json::generate()
    Generates a JSON report.
generate
in file Junit.php, method PHP_CodeSniffer_Reports_Junit::generate()
    Prints all violations for processed files, in a proprietary XML format.
generate
in file Emacs.php, method PHP_CodeSniffer_Reports_Emacs::generate()
    Generates an emacs report.
generate
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::generate()
    Generates a summary of errors and warnings for each file processed.
generate
in file Diff.php, method PHP_CodeSniffer_Reports_Diff::generate()
    Prints all errors and warnings for each file processed.
generate
in file Csv.php, method PHP_CodeSniffer_Reports_Csv::generate()
    Generates a csv report.
generate
in file Xml.php, method PHP_CodeSniffer_Reports_Xml::generate()
    Prints all violations for processed files, in a proprietary XML format.
generate
in file Info.php, method PHP_CodeSniffer_Reports_Info::generate()
    Prints the source of all errors and warnings.
generate
in file Cbf.php, method PHP_CodeSniffer_Reports_Cbf::generate()
    Prints all errors and warnings for each file processed.
generate
in file Checkstyle.php, method PHP_CodeSniffer_Reports_Checkstyle::generate()
    Prints all violations for processed files, in a Checkstyle format.
generate
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::generate()
    Generates the documentation for a standard.
generate
in file Full.php, method PHP_CodeSniffer_Reports_Full::generate()
    Prints all errors and warnings for each file processed.
generate
in file VersionControl.php, method PHP_CodeSniffer_Reports_VersionControl::generate()
    Prints the author of all errors and warnings, as given by "version control blame".
generateDiff
in file Fixer.php, method PHP_CodeSniffer_Fixer::generateDiff()
    Generates a text diff of the original file and the new content.
generateDocs
in file CodeSniffer.php, method PHP_CodeSniffer::generateDocs()
    Generates documentation for a coding standard.
generateFileReport
in file Emacs.php, method PHP_CodeSniffer_Reports_Emacs::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Csv.php, method PHP_CodeSniffer_Reports_Csv::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Diff.php, method PHP_CodeSniffer_Reports_Diff::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file VersionControl.php, method PHP_CodeSniffer_Reports_VersionControl::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Full.php, method PHP_CodeSniffer_Reports_Full::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Json.php, method PHP_CodeSniffer_Reports_Json::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Info.php, method PHP_CodeSniffer_Reports_Info::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Checkstyle.php, method PHP_CodeSniffer_Reports_Checkstyle::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Summary.php, method PHP_CodeSniffer_Reports_Summary::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Source.php, method PHP_CodeSniffer_Reports_Source::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Report.php, method PHP_CodeSniffer_Report::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Cbf.php, method PHP_CodeSniffer_Reports_Cbf::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Junit.php, method PHP_CodeSniffer_Reports_Junit::generateFileReport()
    Generate a partial report for a single processed file.
generateFileReport
in file Xml.php, method PHP_CodeSniffer_Reports_Xml::generateFileReport()
    Generate a partial report for a single processed file.
generateMessage
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::generateMessage()
    Generate the error message to show to the user.
Generic_Sniffs_Arrays_DisallowLongArraySyntaxSniff
in file DisallowLongArraySyntaxSniff.php, class Generic_Sniffs_Arrays_DisallowLongArraySyntaxSniff
    Bans the use of the PHP long array syntax.
Generic_Sniffs_Arrays_DisallowShortArraySyntaxSniff
in file DisallowShortArraySyntaxSniff.php, class Generic_Sniffs_Arrays_DisallowShortArraySyntaxSniff
    Bans the use of the PHP short array syntax.
Generic_Sniffs_Classes_DuplicateClassNameSniff
in file DuplicateClassNameSniff.php, class Generic_Sniffs_Classes_DuplicateClassNameSniff
    Reports errors if the same class or interface name is used in multiple files.
Generic_Sniffs_Classes_OpeningBraceSameLineSniff
in file OpeningBraceSameLineSniff.php, class Generic_Sniffs_Classes_OpeningBraceSameLineSniff
    Generic_Sniffs_Classes_OpeningBraceSameLineSniff.
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 overridden methods that simply call their parent.
Generic_Sniffs_Commenting_DocCommentSniff
in file DocCommentSniff.php, class Generic_Sniffs_Commenting_DocCommentSniff
    Ensures doc blocks follow basic formatting.
Generic_Sniffs_Commenting_FixmeSniff
in file FixmeSniff.php, class Generic_Sniffs_Commenting_FixmeSniff
    Generic_Sniffs_Commenting_FixmeSniff.
Generic_Sniffs_Commenting_TodoSniff
in file TodoSniff.php, class Generic_Sniffs_Commenting_TodoSniff
    Generic_Sniffs_Commenting_TodoSniff.
Generic_Sniffs_ControlStructures_InlineControlStructureSniff
in file InlineControlStructureSniff.php, class Generic_Sniffs_ControlStructures_InlineControlStructureSniff
    Generic_Sniffs_ControlStructures_InlineControlStructureSniff.
Generic_Sniffs_Debug_ClosureLinterSniff
in file ClosureLinterSniff.php, class Generic_Sniffs_Debug_ClosureLinterSniff
    Generic_Sniffs_Debug_ClosureLinterSniff.
Generic_Sniffs_Debug_CSSLintSniff
in file CSSLintSniff.php, class Generic_Sniffs_Debug_CSSLintSniff
    Generic_Sniffs_Debug_CSSLintSniff.
Generic_Sniffs_Debug_JSHintSniff
in file JSHintSniff.php, class Generic_Sniffs_Debug_JSHintSniff
    Generic_Sniffs_Debug_JSHintSniff.
Generic_Sniffs_Files_ByteOrderMarkSniff
in file ByteOrderMarkSniff.php, class Generic_Sniffs_Files_ByteOrderMarkSniff
    Generic_Sniffs_Files_ByteOrderMarkSniff.
Generic_Sniffs_Files_EndFileNewlineSniff
in file EndFileNewlineSniff.php, class Generic_Sniffs_Files_EndFileNewlineSniff
    Generic_Sniffs_Files_EndFileNewlineSniff.
Generic_Sniffs_Files_EndFileNoNewlineSniff
in file EndFileNoNewlineSniff.php, class Generic_Sniffs_Files_EndFileNoNewlineSniff
    Generic_Sniffs_Files_EndFileNoNewlineSniff.
Generic_Sniffs_Files_InlineHTMLSniff
in file InlineHTMLSniff.php, class Generic_Sniffs_Files_InlineHTMLSniff
    Generic_Sniffs_Files_InlineHTMLSniff.
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_Files_LowercasedFilenameSniff
in file LowercasedFilenameSniff.php, class Generic_Sniffs_Files_LowercasedFilenameSniff
    Checks that all file names are lowercased.
Generic_Sniffs_Files_OneClassPerFileSniff
in file OneClassPerFileSniff.php, class Generic_Sniffs_Files_OneClassPerFileSniff
    Checks that only one class is declared per file.
Generic_Sniffs_Files_OneInterfacePerFileSniff
in file OneInterfacePerFileSniff.php, class Generic_Sniffs_Files_OneInterfacePerFileSniff
    Checks that only one interface is declared per file.
Generic_Sniffs_Files_OneTraitPerFileSniff
in file OneTraitPerFileSniff.php, class Generic_Sniffs_Files_OneTraitPerFileSniff
    Checks that only one trait is declared per file.
Generic_Sniffs_Formatting_DisallowMultipleStatementsSniff
in file DisallowMultipleStatementsSniff.php, class Generic_Sniffs_Formatting_DisallowMultipleStatementsSniff
    Generic_Sniffs_Formatting_DisallowMultipleStatementsSniff.
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_Formatting_SpaceAfterNotSniff
in file SpaceAfterNotSniff.php, class Generic_Sniffs_Formatting_SpaceAfterNotSniff
    Generic_Sniffs_Formatting_SpaceAfterNotSniff.
Generic_Sniffs_Functions_CallTimePassByReferenceSniff
in file CallTimePassByReferenceSniff.php, class Generic_Sniffs_Functions_CallTimePassByReferenceSniff
    Generic_Sniffs_Functions_CallTimePassByReferenceSniff.
Generic_Sniffs_Functions_FunctionCallArgumentSpacingSniff
in file FunctionCallArgumentSpacingSniff.php, class Generic_Sniffs_Functions_FunctionCallArgumentSpacingSniff
    Generic_Sniffs_Functions_FunctionCallArgumentSpacingSniff.
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_CamelCapsFunctionNameSniff
in file CamelCapsFunctionNameSniff.php, class Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff
    Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff.
Generic_Sniffs_NamingConventions_ConstructorNameSniff
in file ConstructorNameSniff.php, class Generic_Sniffs_NamingConventions_ConstructorNameSniff
    Generic_Sniffs_NamingConventions_ConstructorNameSniff.
Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
in file UpperCaseConstantNameSniff.php, class Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
    Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff.
Generic_Sniffs_PHP_BacktickOperatorSniff
in file BacktickOperatorSniff.php, class Generic_Sniffs_PHP_BacktickOperatorSniff
    Generic_Sniffs_PHP_BacktickOperatorSniff.
Generic_Sniffs_PHP_CharacterBeforePHPOpeningTagSniff
in file CharacterBeforePHPOpeningTagSniff.php, class Generic_Sniffs_PHP_CharacterBeforePHPOpeningTagSniff
    Checks that the opening PHP tag is the first content in a file.
Generic_Sniffs_PHP_ClosingPHPTagSniff
in file ClosingPHPTagSniff.php, class Generic_Sniffs_PHP_ClosingPHPTagSniff
    Checks that open PHP tags are paired with closing tags.
Generic_Sniffs_PHP_DeprecatedFunctionsSniff
in file DeprecatedFunctionsSniff.php, class Generic_Sniffs_PHP_DeprecatedFunctionsSniff
    Generic_Sniffs_PHP_DeprecatedFunctionsSniff.
Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff
in file DisallowAlternativePHPTagsSniff.php, class Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff
    Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff.
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_LowerCaseKeywordSniff
in file LowerCaseKeywordSniff.php, class Generic_Sniffs_PHP_LowerCaseKeywordSniff
    Generic_Sniffs_PHP_LowerCaseKeywordSniff.
Generic_Sniffs_PHP_NoSilencedErrorsSniff
in file NoSilencedErrorsSniff.php, class Generic_Sniffs_PHP_NoSilencedErrorsSniff
    Generic_Sniffs_PHP_NoSilencedErrorsSniff.
Generic_Sniffs_PHP_SAPIUsageSniff
in file SAPIUsageSniff.php, class Generic_Sniffs_PHP_SAPIUsageSniff
    Generic_Sniffs_PHP_SAPIUsageSniff.
Generic_Sniffs_PHP_SyntaxSniff
in file SyntaxSniff.php, class Generic_Sniffs_PHP_SyntaxSniff
    Generic_Sniffs_PHP_SyntaxSniff.
Generic_Sniffs_PHP_UpperCaseConstantSniff
in file UpperCaseConstantSniff.php, class Generic_Sniffs_PHP_UpperCaseConstantSniff
    Generic_Sniffs_PHP_UpperCaseConstantSniff.
Generic_Sniffs_Strings_UnnecessaryStringConcatSniff
in file UnnecessaryStringConcatSniff.php, class Generic_Sniffs_Strings_UnnecessaryStringConcatSniff
    Generic_Sniffs_Strings_UnnecessaryStringConcatSniff.
Generic_Sniffs_VersionControl_SubversionPropertiesSniff
in file SubversionPropertiesSniff.php, class Generic_Sniffs_VersionControl_SubversionPropertiesSniff
    Generic_Sniffs_VersionControl_SubversionPropertiesSniff.
Generic_Sniffs_WhiteSpace_DisallowSpaceIndentSniff
in file DisallowSpaceIndentSniff.php, class Generic_Sniffs_WhiteSpace_DisallowSpaceIndentSniff
    Generic_Sniffs_WhiteSpace_DisallowSpaceIndentSniff.
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.
getAuthor
in file VersionControl.php, method PHP_CodeSniffer_Reports_VersionControl::getAuthor()
    Extract the author from a blame line.
getAuthor
in file Svnblame.php, method PHP_CodeSniffer_Reports_Svnblame::getAuthor()
    Extract the author from a blame line.
getAuthor
in file Gitblame.php, method PHP_CodeSniffer_Reports_Gitblame::getAuthor()
    Extract the author from a blame line.
getAuthor
in file Hgblame.php, method PHP_CodeSniffer_Reports_Hgblame::getAuthor()
    Extract the author from a blame line.
getBasicCommand
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::getBasicCommand()
    Generate and return the basic notify-send command string to execute.
getBlameContent
in file Svnblame.php, method PHP_CodeSniffer_Reports_Svnblame::getBlameContent()
    Gets the blame output.
getBlameContent
in file Gitblame.php, method PHP_CodeSniffer_Reports_Gitblame::getBlameContent()
    Gets the blame output.
getBlameContent
in file VersionControl.php, method PHP_CodeSniffer_Reports_VersionControl::getBlameContent()
    Gets the blame output.
getBlameContent
in file Hgblame.php, method PHP_CodeSniffer_Reports_Hgblame::getBlameContent()
    Gets the blame output.
getClassProperties
in file File.php, method PHP_CodeSniffer_File::getClassProperties()
    Returns the visibility and implementation properties of a class.
getCommandLineValues
in file CLI.php, method PHP_CodeSniffer_CLI::getCommandLineValues()
    Gets the processed command line values.
getCondition
in file File.php, method PHP_CodeSniffer_File::getCondition()
    Return the position of the condition for the passed token.
getConfigData
in file CodeSniffer.php, method PHP_CodeSniffer::getConfigData()
    Get a single config value.
getContents
in file Fixer.php, method PHP_CodeSniffer_Fixer::getContents()
    Get the current content of the file, as a string.
getDeclarationName
in file File.php, method PHP_CodeSniffer_File::getDeclarationName()
    Returns the declaration names for T_CLASS, T_INTERFACE and T_FUNCTION tokens.
getDeclarationNameWithNamespace
in file SelfMemberReferenceSniff.php, method Squiz_Sniffs_Classes_SelfMemberReferenceSniff::getDeclarationNameWithNamespace()
    Returns the declaration names for classes/interfaces/functions with a namespace.
getDefaults
in file CLI.php, method PHP_CodeSniffer_CLI::getDefaults()
    Get a list of default values for all possible command line arguments.
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.
getFilename
in file File.php, method PHP_CodeSniffer_File::getFilename()
    Returns the absolute filename of this file.
getFilesToProcess
in file CodeSniffer.php, method PHP_CodeSniffer::getFilesToProcess()
    Get a list of files that will be processed.
getFixableCount
in file File.php, method PHP_CodeSniffer_File::getFixableCount()
    Returns the number of fixable errors/warnings raised.
getFixCount
in file Fixer.php, method PHP_CodeSniffer_Fixer::getFixCount()
    Get a count of fixes that have been performed on the file.
getHighestWeightedToken
in file Tokens.php, method PHP_CodeSniffer_Tokens::getHighestWeightedToken()
    Returns the highest weighted token type.
getIgnoredLines
in file File.php, method PHP_CodeSniffer_File::getIgnoredLines()
    Returns the list of ignored lines.
getIgnorePatterns
in file CodeSniffer.php, method PHP_CodeSniffer::getIgnorePatterns()
    Gets the array of ignore patterns.
getIncludedClassFromToken
in file IncludeOwnSystemSniff.php, method MySource_Sniffs_Channels_IncludeOwnSystemSniff::getIncludedClassFromToken()
    Determines the included class name from given token.
getIncludedClassFromToken
in file IncludeSystemSniff.php, method MySource_Sniffs_Channels_IncludeSystemSniff::getIncludedClassFromToken()
    Determines the included class name from given token.
getInstalledStandardPath
in file CodeSniffer.php, method PHP_CodeSniffer::getInstalledStandardPath()
    Return the path of an installed coding standard.
getInstalledStandardPaths
in file CodeSniffer.php, method PHP_CodeSniffer::getInstalledStandardPaths()
    Get a list paths where standards are installed.
getInstalledStandards
in file CodeSniffer.php, method PHP_CodeSniffer::getInstalledStandards()
    Get a list of all coding standards installed.
getMemberProperties
in file File.php, method PHP_CodeSniffer_File::getMemberProperties()
    Returns the visibility and implementation properties 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 properties of a method.
getMetrics
in file File.php, method PHP_CodeSniffer_File::getMetrics()
    Returns the metrics found while processing this file.
getNamespaceOfScope
in file SelfMemberReferenceSniff.php, method Squiz_Sniffs_Classes_SelfMemberReferenceSniff::getNamespaceOfScope()
    Returns the namespace declaration of a file.
getPatterns
in file ControlSignatureSniff.php, method PEAR_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns()
    Returns the patterns that this test wishes to verify.
getPatterns
in file FunctionDeclarationSniff.php, method Squiz_Sniffs_Functions_FunctionDeclarationSniff::getPatterns()
    Returns an array of patterns to check are correct.
getPatterns
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::getPatterns()
    Returns the patterns that should be checked.
getProperties
in file SubversionPropertiesSniff.php, method Generic_Sniffs_VersionControl_SubversionPropertiesSniff::getProperties()
    Returns the Subversion properties which are actually set on a path.
getRegexToken
in file JS.php, method PHP_CodeSniffer_Tokenizers_JS::getRegexToken()
    Tokenizes a regular expression if one is found.
getSniffs
in file CodeSniffer.php, method PHP_CodeSniffer::getSniffs()
    Gets the array of PHP_CodeSniffer_Sniff's.
getSnippet
in file DisallowAlternativePHPTagsSniff.php, method Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff::getSnippet()
    Get a snippet from a HTML token.
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.
getSuccessCount
in file File.php, method PHP_CodeSniffer_File::getSuccessCount()
    Returns the number of successes recorded.
getTitle
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getTitle()
    Retrieves the title of the sniff from the DOMNode supplied.
getTokenContent
in file Fixer.php, method PHP_CodeSniffer_Fixer::getTokenContent()
    Get the current fixed content of a token.
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 length.
getTokenSniffs
in file CodeSniffer.php, method PHP_CodeSniffer::getTokenSniffs()
    Gets the array of PHP_CodeSniffer_Sniff's indexed by token type.
getWarningCount
in file File.php, method PHP_CodeSniffer_File::getWarningCount()
    Returns the number of warnings raised.
getWarnings
in file File.php, method PHP_CodeSniffer_File::getWarnings()
    Returns the warnings raised from processing this file.
Generator.php
procedural page Generator.php
Gitblame.php
procedural page Gitblame.php
GetRequestDataSniff.php
procedural page GetRequestDataSniff.php
GlobalFunctionSniff.php
procedural page GlobalFunctionSniff.php
GlobalKeywordSniff.php
procedural page GlobalKeywordSniff.php
top

h

$heredocTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$heredocTokens
    Tokens that make up a heredoc string.
hasCondition
in file File.php, method PHP_CodeSniffer_File::hasCondition()
    Determine if the passed token has a condition of one of the passed types.
HTML.php
procedural page HTML.php
Hgblame.php
procedural page Hgblame.php
HeredocSniff.php
procedural page HeredocSniff.php
top

i

$ignoreBlankLines
in file SuperfluousWhitespaceSniff.php, variable Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff::$ignoreBlankLines
    If TRUE, whitespace rules are not checked for blank lines.
$ignoreCodes
in file ClosureLinterSniff.php, variable Generic_Sniffs_Debug_ClosureLinterSniff::$ignoreCodes
    A list of error codes to ignore.
$ignoreComments
in file AbstractPatternSniff.php, variable PHP_CodeSniffer_Standards_AbstractPatternSniff::$ignoreComments
    If true, comments will be ignored if they are found in the code.
$ignoreComments
in file ControlSignatureSniff.php, variable PEAR_Sniffs_ControlStructures_ControlSignatureSniff::$ignoreComments
    If true, comments will be ignored if they are found in the code.
$ignoreIndentationTokens
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$ignoreIndentationTokens
    List of tokens not needing to be checked for indentation.
$ignoreNewlines
in file ObjectOperatorSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff::$ignoreNewlines
    Allow newlines instead of spaces.
$ignoreNewlines
in file ConcatenationSpacingSniff.php, variable Squiz_Sniffs_Strings_ConcatenationSpacingSniff::$ignoreNewlines
    Allow newlines instead of spaces.
$ignoreNewlines
in file OperatorSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff::$ignoreNewlines
    Allow newlines instead of spaces.
$ignorePatterns
in file CodeSniffer.php, variable PHP_CodeSniffer::$ignorePatterns
    An array of patterns to use for skipping files.
$includeTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$includeTokens
    Tokens that include files.
$indent
in file FunctionCallSignatureSniff.php, variable PEAR_Sniffs_Functions_FunctionCallSignatureSniff::$indent
    The number of spaces code should be indented.
$indent
in file MultiLineAssignmentSniff.php, variable PEAR_Sniffs_Formatting_MultiLineAssignmentSniff::$indent
    The number of spaces code should be indented.
$indent
in file FunctionDeclarationSniff.php, variable PEAR_Sniffs_Functions_FunctionDeclarationSniff::$indent
    The number of spaces code should be indented.
$indent
in file IndentationSniff.php, variable Squiz_Sniffs_CSS_IndentationSniff::$indent
    The number of spaces code should be indented.
$indent
in file SwitchDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff::$indent
    The number of spaces code should be indented.
$indent
in file MultiLineConditionSniff.php, variable PEAR_Sniffs_ControlStructures_MultiLineConditionSniff::$indent
    The number of spaces code should be indented.
$indent
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$indent
    The number of spaces code should be indented.
$indent
in file SwitchDeclarationSniff.php, variable PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff::$indent
    The number of spaces code should be indented.
$indent
in file ScopeClosingBraceSniff.php, variable PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff::$indent
    The number of spaces code should be indented.
$indent
in file ObjectOperatorIndentSniff.php, variable PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff::$indent
    The number of spaces code should be indented.
$indent
in file ClassDeclarationSniff.php, variable PEAR_Sniffs_Classes_ClassDeclarationSniff::$indent
    The number of spaces code should be indented.
initStandard
in file CodeSniffer.php, method PHP_CodeSniffer::initStandard()
    Initialise the standard that the run will use.
isAnonymousFunction
in file File.php, method PHP_CodeSniffer_File::isAnonymousFunction()
    Check if the token at the specified position is a anonymous function.
isCamelCaps
in file CodeSniffer.php, method PHP_CodeSniffer::isCamelCaps()
    Returns true if the specified string is in the camel caps format.
isInstalledStandard
in file CodeSniffer.php, method PHP_CodeSniffer::isInstalledStandard()
    Determine if a standard is installed.
isMultiLineCall
in file FunctionCallSignatureSniff.php, method PEAR_Sniffs_Functions_FunctionCallSignatureSniff::isMultiLineCall()
    Determine if this is a multi-line function call.
isMultiLineCall
in file FunctionCallSignatureSniff.php, method PSR2_Sniffs_Methods_FunctionCallSignatureSniff::isMultiLineCall()
    Processes single-line calls.
isMultiLineDeclaration
in file MultiLineFunctionDeclarationSniff.php, method Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff::isMultiLineDeclaration()
    Determine if this is a multi-line function declaration.
isMultiLineDeclaration
in file FunctionDeclarationSniff.php, method PEAR_Sniffs_Functions_FunctionDeclarationSniff::isMultiLineDeclaration()
    Determine if this is a multi-line function declaration.
isPharFile
in file CodeSniffer.php, method PHP_CodeSniffer::isPharFile()
    Return TRUE, if the path is a phar file.
isReference
in file File.php, method PHP_CodeSniffer_File::isReference()
    Determine if the passed token is a reference operator.
isUnderscoreName
in file CodeSniffer.php, method PHP_CodeSniffer::isUnderscoreName()
    Returns true if the specified string is in the underscore caps format.
Info.php
procedural page Info.php
InlineControlStructureSniff.php
procedural page InlineControlStructureSniff.php
InlineHTMLSniff.php
procedural page InlineHTMLSniff.php
IncorrectPatternException.php
procedural page IncorrectPatternException.php
IncludeOwnSystemSniff.php
procedural page IncludeOwnSystemSniff.php
IncludeSystemSniff.php
procedural page IncludeSystemSniff.php
InlineCommentSniff.php
procedural page InlineCommentSniff.php
IncludingFileSniff.php
procedural page IncludingFileSniff.php
InlineCommentSniff.php
procedural page InlineCommentSniff.php
InlineIfDeclarationSniff.php
procedural page InlineIfDeclarationSniff.php
IndentationSniff.php
procedural page IndentationSniff.php
IncrementDecrementUsageSniff.php
procedural page IncrementDecrementUsageSniff.php
InnerFunctionsSniff.php
procedural page InnerFunctionsSniff.php
top

j

Json.php
procedural page Json.php
Junit.php
procedural page Junit.php
JumbledIncrementerSniff.php
procedural page JumbledIncrementerSniff.php
JSHintSniff.php
procedural page JSHintSniff.php
JoinStringsSniff.php
procedural page JoinStringsSniff.php
JavaScriptLintSniff.php
procedural page JavaScriptLintSniff.php
JSLintSniff.php
procedural page JSLintSniff.php
JS.php
procedural page JS.php
top

k

$knownLengths
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$knownLengths
    The token weightings.
top

l

$lineLimit
in file LongConditionClosingCommentSniff.php, variable Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff::$lineLimit
    The length that a code block must be before requiring a closing comment.
$lineLimit
in file LineLengthSniff.php, variable Generic_Sniffs_Files_LineLengthSniff::$lineLimit
    The limit that the length of a line should not exceed.
$listeners
in file CodeSniffer.php, variable PHP_CodeSniffer::$listeners
    An array of sniff objects that are being used to check files.
$loops
in file Fixer.php, variable PHP_CodeSniffer_Fixer::$loops
    The number of times we have looped over a file.
loadFunctionNamesInScope
in file ConstructorNameSniff.php, method Generic_Sniffs_NamingConventions_ConstructorNameSniff::loadFunctionNamesInScope()
    Extracts all the function names found in the given scope.
LineEndingsSniff.php
procedural page LineEndingsSniff.php
LineLengthSniff.php
procedural page LineLengthSniff.php
LowercasedFilenameSniff.php
procedural page LowercasedFilenameSniff.php
LowerCaseConstantSniff.php
procedural page LowerCaseConstantSniff.php
LowerCaseKeywordSniff.php
procedural page LowerCaseKeywordSniff.php
LowercaseClassKeywordsSniff.php
procedural page LowercaseClassKeywordsSniff.php
LongConditionClosingCommentSniff.php
procedural page LongConditionClosingCommentSniff.php
LowercaseDeclarationSniff.php
procedural page LowercaseDeclarationSniff.php
LowercaseStyleDefinitionSniff.php
procedural page LowercaseStyleDefinitionSniff.php
LowercaseFunctionKeywordsSniff.php
procedural page LowercaseFunctionKeywordsSniff.php
LowercasePHPFunctionsSniff.php
procedural page LowercasePHPFunctionsSniff.php
LanguageConstructSpacingSniff.php
procedural page LanguageConstructSpacingSniff.php
LogicalOperatorSpacingSniff.php
procedural page LogicalOperatorSpacingSniff.php
top

m

$magicFunctions
in file ValidFunctionNameSniff.php, variable PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::$magicFunctions
    A list of all PHP magic functions.
$magicFunctions
in file CamelCapsFunctionNameSniff.php, variable Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::$magicFunctions
    A list of all PHP magic functions.
$magicMethods
in file CamelCapsFunctionNameSniff.php, variable Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::$magicMethods
    A list of all PHP magic methods.
$magicMethods
in file ValidFunctionNameSniff.php, variable PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::$magicMethods
    A list of all PHP magic methods.
$maxPadding
in file MultipleStatementAlignmentSniff.php, variable Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::$maxPadding
    The maximum amount of padding before the alignment is ignored.
$maxPercentage
in file CommentedOutCodeSniff.php, variable Squiz_Sniffs_PHP_CommentedOutCodeSniff::$maxPercentage
    If a comment is more than $maxPercentage% code, a warning will be shown.
$methodPrefixes
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$methodPrefixes
    Tokens that can prefix a method name
$methodsDoubleUnderscore
in file CamelCapsFunctionNameSniff.php, variable Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::$methodsDoubleUnderscore
    A list of all PHP non-magic methods starting with a double underscore.
makeFriendlyName
in file Source.php, method PHP_CodeSniffer_Reports_Source::makeFriendlyName()
    Converts a camel caps name into a readable string.
MySource_Sniffs_Channels_DisallowSelfActionsSniff
in file DisallowSelfActionsSniff.php, class MySource_Sniffs_Channels_DisallowSelfActionsSniff
    Ensures that self and static are not used to call public methods in action classes.
MySource_Sniffs_Channels_IncludeOwnSystemSniff
in file IncludeOwnSystemSniff.php, class MySource_Sniffs_Channels_IncludeOwnSystemSniff
    Ensures that a system does not include itself.
MySource_Sniffs_Channels_IncludeSystemSniff
in file IncludeSystemSniff.php, class MySource_Sniffs_Channels_IncludeSystemSniff
    Ensures that systems, asset types and libs are included before they are used.
MySource_Sniffs_Channels_UnusedSystemSniff
in file UnusedSystemSniff.php, class MySource_Sniffs_Channels_UnusedSystemSniff
    Ensures that systems and asset types are used if they are included.
MySource_Sniffs_Commenting_FunctionCommentSniff
in file FunctionCommentSniff.php, class MySource_Sniffs_Commenting_FunctionCommentSniff
    Parses and verifies the doc comments for functions.
MySource_Sniffs_CSS_BrowserSpecificStylesSniff
in file BrowserSpecificStylesSniff.php, class MySource_Sniffs_CSS_BrowserSpecificStylesSniff
    MySource_Sniffs_CSS_BrowserSpecificStylesSniff.
MySource_Sniffs_Debug_DebugCodeSniff
in file DebugCodeSniff.php, class MySource_Sniffs_Debug_DebugCodeSniff
    Warns about the use of debug code.
MySource_Sniffs_Debug_FirebugConsoleSniff
in file FirebugConsoleSniff.php, class MySource_Sniffs_Debug_FirebugConsoleSniff
    Ensures that console is not used for function or var names.
MySource_Sniffs_Objects_AssignThisSniff
in file AssignThisSniff.php, class MySource_Sniffs_Objects_AssignThisSniff
    Ensures this is not assigned to any other var but self.
MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff
in file CreateWidgetTypeCallbackSniff.php, class MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff
    Ensures the create() method of widget types properly uses callbacks.
MySource_Sniffs_Objects_DisallowNewWidgetSniff
in file DisallowNewWidgetSniff.php, class MySource_Sniffs_Objects_DisallowNewWidgetSniff
    Ensures that widgets are not manually created.
MySource_Sniffs_PHP_AjaxNullComparisonSniff
in file AjaxNullComparisonSniff.php, class MySource_Sniffs_PHP_AjaxNullComparisonSniff
    Ensures that values submitted via JS are not compared to NULL.
MySource_Sniffs_PHP_EvalObjectFactorySniff
in file EvalObjectFactorySniff.php, class MySource_Sniffs_PHP_EvalObjectFactorySniff
    Ensures that eval() is not used to create objects.
MySource_Sniffs_PHP_GetRequestDataSniff
in file GetRequestDataSniff.php, class MySource_Sniffs_PHP_GetRequestDataSniff
    Ensures that getRequestData() is used to access super globals.
MySource_Sniffs_PHP_ReturnFunctionValueSniff
in file ReturnFunctionValueSniff.php, class MySource_Sniffs_PHP_ReturnFunctionValueSniff
    Warns when function values are returned directly.
MySource_Sniffs_Strings_JoinStringsSniff
in file JoinStringsSniff.php, class MySource_Sniffs_Strings_JoinStringsSniff
    Ensures that strings are not joined using array.join().
Markdown.php
procedural page Markdown.php
MultipleStatementAlignmentSniff.php
procedural page MultipleStatementAlignmentSniff.php
MultiLineConditionSniff.php
procedural page MultiLineConditionSniff.php
MultiLineAssignmentSniff.php
procedural page MultiLineAssignmentSniff.php
MethodDeclarationSniff.php
procedural page MethodDeclarationSniff.php
MissingColonSniff.php
procedural page MissingColonSniff.php
MultiLineFunctionDeclarationSniff.php
procedural page MultiLineFunctionDeclarationSniff.php
MemberVarScopeSniff.php
procedural page MemberVarScopeSniff.php
MethodScopeSniff.php
procedural page MethodScopeSniff.php
MemberVarSpacingSniff.php
procedural page MemberVarSpacingSniff.php
top

n

$nestingLevel
in file NestingLevelSniff.php, variable Generic_Sniffs_Metrics_NestingLevelSniff::$nestingLevel
    A nesting level than this value will throw a warning.
$nonIndentingScopes
in file ScopeIndentSniff.php, variable PEAR_Sniffs_WhiteSpace_ScopeIndentSniff::$nonIndentingScopes
    Any scope openers that should not cause an indent.
$nonIndentingScopes
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$nonIndentingScopes
    Any scope openers that should not cause an indent.
$numTokens
in file File.php, variable PHP_CodeSniffer_File::$numTokens
    The number of tokens in this file.
notifyAllFine
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::notifyAllFine()
    Tell the user that all is fine and no error/warning has been found.
notifyErrors
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::notifyErrors()
    Tell the user that errors/warnings have been found.
Notifysend.php
procedural page Notifysend.php
NoSpaceAfterCastSniff.php
procedural page NoSpaceAfterCastSniff.php
NestingLevelSniff.php
procedural page NestingLevelSniff.php
NoSilencedErrorsSniff.php
procedural page NoSilencedErrorsSniff.php
NamespaceDeclarationSniff.php
procedural page NamespaceDeclarationSniff.php
NamedColoursSniff.php
procedural page NamedColoursSniff.php
NonExecutableCodeSniff.php
procedural page NonExecutableCodeSniff.php
top

o

$operators
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$operators
    Tokens that perform operations.
OpeningBraceSameLineSniff.php
procedural page OpeningBraceSameLineSniff.php
OneClassPerFileSniff.php
procedural page OneClassPerFileSniff.php
OneInterfacePerFileSniff.php
procedural page OneInterfacePerFileSniff.php
OneTraitPerFileSniff.php
procedural page OneTraitPerFileSniff.php
OpeningFunctionBraceBsdAllmanSniff.php
procedural page OpeningFunctionBraceBsdAllmanSniff.php
OpeningFunctionBraceKernighanRitchieSniff.php
procedural page OpeningFunctionBraceKernighanRitchieSniff.php
ObjectOperatorIndentSniff.php
procedural page ObjectOperatorIndentSniff.php
OpacitySniff.php
procedural page OpacitySniff.php
OperatorBracketSniff.php
procedural page OperatorBracketSniff.php
ObjectInstantiationSniff.php
procedural page ObjectInstantiationSniff.php
ObjectMemberCommaSniff.php
procedural page ObjectMemberCommaSniff.php
ObjectOperatorSpacingSniff.php
procedural page ObjectOperatorSpacingSniff.php
OperatorSpacingSniff.php
procedural page OperatorSpacingSniff.php
top

p

$parenthesisOpeners
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$parenthesisOpeners
    Token types that open parenthesis.
$path
in file Notifysend.php, variable PHP_CodeSniffer_Reports_Notifysend::$path
    Path to notify-send command.
$patternMatch
in file ForbiddenFunctionsSniff.php, variable Generic_Sniffs_PHP_ForbiddenFunctionsSniff::$patternMatch
    If true, forbidden functions will be considered regular expressions.
$patternMatch
in file ForbiddenStylesSniff.php, variable Squiz_Sniffs_CSS_ForbiddenStylesSniff::$patternMatch
    If true, forbidden styles will be considered regular expressions.
$phpcs
in file File.php, variable PHP_CodeSniffer_File::$phpcs
    The PHP_CodeSniffer object controlling this run.
$properties
in file SubversionPropertiesSniff.php, variable Generic_Sniffs_VersionControl_SubversionPropertiesSniff::$properties
    The Subversion properties that should be set.
PEAR_Sniffs_Classes_ClassDeclarationSniff
in file ClassDeclarationSniff.php, class PEAR_Sniffs_Classes_ClassDeclarationSniff
    Class Declaration Test.
PEAR_Sniffs_Commenting_ClassCommentSniff
in file ClassCommentSniff.php, class PEAR_Sniffs_Commenting_ClassCommentSniff
    Parses and verifies the doc comments for classes.
PEAR_Sniffs_Commenting_FileCommentSniff
in file FileCommentSniff.php, class PEAR_Sniffs_Commenting_FileCommentSniff
    Parses and verifies the doc comments for files.
PEAR_Sniffs_Commenting_FunctionCommentSniff
in file FunctionCommentSniff.php, class PEAR_Sniffs_Commenting_FunctionCommentSniff
    Parses and verifies the doc comments for functions.
PEAR_Sniffs_Commenting_InlineCommentSniff
in file InlineCommentSniff.php, class PEAR_Sniffs_Commenting_InlineCommentSniff
    PHP_CodeSniffer_Sniffs_PEAR_Commenting_InlineCommentSniff.
PEAR_Sniffs_ControlStructures_ControlSignatureSniff
in file ControlSignatureSniff.php, class PEAR_Sniffs_ControlStructures_ControlSignatureSniff
    Verifies that control statements conform to their coding standards.
PEAR_Sniffs_ControlStructures_MultiLineConditionSniff
in file MultiLineConditionSniff.php, class PEAR_Sniffs_ControlStructures_MultiLineConditionSniff
    PEAR_Sniffs_ControlStructures_MultiLineConditionSniff.
PEAR_Sniffs_Files_IncludingFileSniff
in file IncludingFileSniff.php, class PEAR_Sniffs_Files_IncludingFileSniff
    PEAR_Sniffs_Files_IncludingFileSniff.
PEAR_Sniffs_Formatting_MultiLineAssignmentSniff
in file MultiLineAssignmentSniff.php, class PEAR_Sniffs_Formatting_MultiLineAssignmentSniff
    PEAR_Sniffs_Formatting_MultiLineAssignmentSniff.
PEAR_Sniffs_Functions_FunctionCallSignatureSniff
in file FunctionCallSignatureSniff.php, class PEAR_Sniffs_Functions_FunctionCallSignatureSniff
    PEAR_Sniffs_Functions_FunctionCallSignatureSniff.
PEAR_Sniffs_Functions_FunctionDeclarationSniff
in file FunctionDeclarationSniff.php, class PEAR_Sniffs_Functions_FunctionDeclarationSniff
    PEAR_Sniffs_Functions_FunctionDeclarationSniff.
PEAR_Sniffs_Functions_ValidDefaultValueSniff
in file ValidDefaultValueSniff.php, class PEAR_Sniffs_Functions_ValidDefaultValueSniff
    PEAR_Sniffs_Functions_ValidDefaultValueSniff.
PEAR_Sniffs_NamingConventions_ValidClassNameSniff
in file ValidClassNameSniff.php, class PEAR_Sniffs_NamingConventions_ValidClassNameSniff
    PEAR_Sniffs_NamingConventions_ValidClassNameSniff.
PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff
in file ValidFunctionNameSniff.php, class PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff
    PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff.
PEAR_Sniffs_NamingConventions_ValidVariableNameSniff
in file ValidVariableNameSniff.php, class PEAR_Sniffs_NamingConventions_ValidVariableNameSniff
    PEAR_Sniffs_NamingConventions_ValidVariableNameSniff.
PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff
in file ObjectOperatorIndentSniff.php, class PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff
    PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff.
PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff
in file ScopeClosingBraceSniff.php, class PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff
    PEAR_Sniffs_Whitespace_ScopeClosingBraceSniff.
PEAR_Sniffs_WhiteSpace_ScopeIndentSniff
in file ScopeIndentSniff.php, class PEAR_Sniffs_WhiteSpace_ScopeIndentSniff
    PEAR_Sniffs_Whitespace_ScopeIndentSniff.
PHP_CodeSniffer
in file CodeSniffer.php, class PHP_CodeSniffer
    PHP_CodeSniffer tokenizes PHP code and detects violations of a defined set of coding standards.
PropertyDeclarationSniff.php
procedural page PropertyDeclarationSniff.php
PostStatementCommentSniff.php
procedural page PostStatementCommentSniff.php
PropertyLabelSpacingSniff.php
procedural page PropertyLabelSpacingSniff.php
PHP.php
procedural page PHP.php
PHP_CodeSniffer_CLI
in file CLI.php, class PHP_CodeSniffer_CLI
    A class to process command line phpcs scripts.
PHP_CodeSniffer_DocGenerators_Generator
in file Generator.php, class PHP_CodeSniffer_DocGenerators_Generator
    The base class for all PHP_CodeSniffer documentation generators.
PHP_CodeSniffer_DocGenerators_HTML
in file HTML.php, class PHP_CodeSniffer_DocGenerators_HTML
    A doc generator that outputs documentation in one big HTML file.
PHP_CodeSniffer_DocGenerators_Markdown
in file Markdown.php, class PHP_CodeSniffer_DocGenerators_Markdown
    A doc generator that outputs documentation in Markdown format.
PHP_CodeSniffer_DocGenerators_Text
in file Text.php, class PHP_CodeSniffer_DocGenerators_Text
    A doc generator that outputs text-based documentation.
PHP_CodeSniffer_Exception
in file Exception.php, class PHP_CodeSniffer_Exception
    An exception thrown by PHP_CodeSniffer when it encounters an unrecoverable error.
PHP_CodeSniffer_File
in file File.php, class PHP_CodeSniffer_File
    A PHP_CodeSniffer_File object represents a PHP source file and the tokens associated with it.
PHP_CodeSniffer_Fixer
in file Fixer.php, class PHP_CodeSniffer_Fixer
    A helper class for fixing errors.
PHP_CodeSniffer_Report
in file Report.php, class PHP_CodeSniffer_Report
    Represents a PHP_CodeSniffer report.
PHP_CodeSniffer_Reporting
in file Reporting.php, class PHP_CodeSniffer_Reporting
    A class to manage reporting.
PHP_CodeSniffer_Reports_Cbf
in file Cbf.php, class PHP_CodeSniffer_Reports_Cbf
    CBF report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Checkstyle
in file Checkstyle.php, class PHP_CodeSniffer_Reports_Checkstyle
    Checkstyle report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Csv
in file Csv.php, class PHP_CodeSniffer_Reports_Csv
    Csv report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Diff
in file Diff.php, class PHP_CodeSniffer_Reports_Diff
    Diff report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Emacs
in file Emacs.php, class PHP_CodeSniffer_Reports_Emacs
    Emacs report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Full
in file Full.php, class PHP_CodeSniffer_Reports_Full
    Full report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Gitblame
in file Gitblame.php, class PHP_CodeSniffer_Reports_Gitblame
    Gitblame report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Hgblame
in file Hgblame.php, class PHP_CodeSniffer_Reports_Hgblame
    Mercurial report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Info
in file Info.php, class PHP_CodeSniffer_Reports_Info
    Info report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Json
in file Json.php, class PHP_CodeSniffer_Reports_Json
    Json report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Junit
in file Junit.php, class PHP_CodeSniffer_Reports_Junit
    JUnit report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Notifysend
in file Notifysend.php, class PHP_CodeSniffer_Reports_Notifysend
    Notify-send report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Source
in file Source.php, class PHP_CodeSniffer_Reports_Source
    Source report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Summary
in file Summary.php, class PHP_CodeSniffer_Reports_Summary
    Summary report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Svnblame
in file Svnblame.php, class PHP_CodeSniffer_Reports_Svnblame
    Svnblame report for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_VersionControl
in file VersionControl.php, class PHP_CodeSniffer_Reports_VersionControl
    Version control report base class for PHP_CodeSniffer.
PHP_CodeSniffer_Reports_Xml
in file Xml.php, class PHP_CodeSniffer_Reports_Xml
    Xml report for PHP_CodeSniffer.
PHP_CodeSniffer_Sniff
in file Sniff.php, class PHP_CodeSniffer_Sniff
    Represents a PHP_CodeSniffer sniff for sniffing coding standards.
PHP_CodeSniffer_Standards_AbstractPatternSniff
in file AbstractPatternSniff.php, class PHP_CodeSniffer_Standards_AbstractPatternSniff
    Processes pattern strings and checks that the code conforms to the pattern.
PHP_CodeSniffer_Standards_AbstractScopeSniff
in file AbstractScopeSniff.php, class PHP_CodeSniffer_Standards_AbstractScopeSniff
    An AbstractScopeTest allows for tests that extend from this class to listen for tokens within a particular scope.
PHP_CodeSniffer_Standards_AbstractVariableSniff
in file AbstractVariableSniff.php, class PHP_CodeSniffer_Standards_AbstractVariableSniff
    A class to find T_VARIABLE tokens.
PHP_CodeSniffer_Standards_IncorrectPatternException
in file IncorrectPatternException.php, class PHP_CodeSniffer_Standards_IncorrectPatternException
    An exception thrown if the pattern being processed is not supposed to be validating the code in question.
PHP_CodeSniffer_Tokenizers_Comment
in file Comment.php, class PHP_CodeSniffer_Tokenizers_Comment
    Tokenizes doc block comments.
PHP_CodeSniffer_Tokenizers_CSS
in file CSS.php, class PHP_CodeSniffer_Tokenizers_CSS
    Tokenizes CSS code.
PHP_CodeSniffer_Tokenizers_JS
in file JS.php, class PHP_CodeSniffer_Tokenizers_JS
    Tokenizes JS code.
PHP_CodeSniffer_Tokenizers_PHP
in file PHP.php, class PHP_CodeSniffer_Tokenizers_PHP
    Tokenizes PHP code.
PHP_CodeSniffer_Tokens
in file Tokens.php, class PHP_CodeSniffer_Tokens
    The Tokens class contains weightings for tokens based on their probability of occurrence in a file.
PHP_VERSION_ID
in file CLI.php, constant PHP_VERSION_ID
populateTokenListeners
in file CodeSniffer.php, method PHP_CodeSniffer::populateTokenListeners()
    Populates the array of PHP_CodeSniffer_Sniff's for this file.
prepareError
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::prepareError()
    Prepares an error for the specified patternCode.
prepareFileReport
in file Reporting.php, method PHP_CodeSniffer_Reporting::prepareFileReport()
    Pre-process and package violations for all files.
prepareForOutput
in file CodeSniffer.php, method PHP_CodeSniffer::prepareForOutput()
    Prepares token content for output to screen.
printCodeComparisonBlock
in file Markdown.php, method PHP_CodeSniffer_DocGenerators_Markdown::printCodeComparisonBlock()
    Print a code comparison block found in a standard.
printCodeComparisonBlock
in file Text.php, method PHP_CodeSniffer_DocGenerators_Text::printCodeComparisonBlock()
    Print a code comparison block found in a standard.
printCodeComparisonBlock
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::printCodeComparisonBlock()
    Print a code comparison block found in a standard.
printConfigData
in file CLI.php, method PHP_CodeSniffer_CLI::printConfigData()
    Prints out the gathered config data.
printErrorReport
in file CLI.php, method PHP_CodeSniffer_CLI::printErrorReport()
    Prints the error report for the run.
printFooter
in file Markdown.php, method PHP_CodeSniffer_DocGenerators_Markdown::printFooter()
    Print the markdown footer.
printFooter
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::printFooter()
    Print the footer of the HTML page.
printHeader
in file Markdown.php, method PHP_CodeSniffer_DocGenerators_Markdown::printHeader()
    Print the markdown header.
printHeader
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::printHeader()
    Print the header of the HTML page.
printInstalledStandards
in file CLI.php, method PHP_CodeSniffer_CLI::printInstalledStandards()
    Prints out a list of installed coding standards.
printPHPCBFUsage
in file CLI.php, method PHP_CodeSniffer_CLI::printPHPCBFUsage()
    Prints out the usage information for PHPCBF.
printPHPCSUsage
in file CLI.php, method PHP_CodeSniffer_CLI::printPHPCSUsage()
    Prints out the usage information for PHPCS.
printReport
in file Reporting.php, method PHP_CodeSniffer_Reporting::printReport()
    Generates and prints a final report.
printRunTime
in file Reporting.php, method PHP_CodeSniffer_Reporting::printRunTime()
    Print information about the run.
printTextBlock
in file Text.php, method PHP_CodeSniffer_DocGenerators_Text::printTextBlock()
    Print a text block found in a standard.
printTextBlock
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::printTextBlock()
    Print a text block found in a standard.
printTextBlock
in file Markdown.php, method PHP_CodeSniffer_DocGenerators_Markdown::printTextBlock()
    Print a text block found in a standard.
printTitle
in file Text.php, method PHP_CodeSniffer_DocGenerators_Text::printTitle()
    Prints the title area for a single sniff.
printToc
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::printToc()
    Print the table of contents for the standard.
printUsage
in file CLI.php, method PHP_CodeSniffer_CLI::printUsage()
    Prints out the usage information for this script.
process
in file HeredocSniff.php, method Squiz_Sniffs_PHP_HeredocSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file GlobalKeywordSniff.php, method Squiz_Sniffs_PHP_GlobalKeywordSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LowercaseClassKeywordsSniff.php, method Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file IncludeOwnSystemSniff.php, method MySource_Sniffs_Channels_IncludeOwnSystemSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file LongConditionClosingCommentSniff.php, method Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LineLengthSniff.php, method Generic_Sniffs_Files_LineLengthSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LogicalOperatorSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file GlobalFunctionSniff.php, method Squiz_Sniffs_Functions_GlobalFunctionSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file GetRequestDataSniff.php, method MySource_Sniffs_PHP_GetRequestDataSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file LowercaseDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LowercasedFilenameSniff.php, method Generic_Sniffs_Files_LowercasedFilenameSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file LowerCaseConstantSniff.php, method Generic_Sniffs_PHP_LowerCaseConstantSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file FunctionDeclarationSniff.php, method PEAR_Sniffs_Functions_FunctionDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff::process()
    Processes this sniff when one of its tokens is encountered.
process
in file FunctionOpeningBraceSpaceSniff.php, method Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LineEndingsSniff.php, method Generic_Sniffs_Files_LineEndingsSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file LanguageConstructSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file InlineControlStructureSniff.php, method Generic_Sniffs_ControlStructures_InlineControlStructureSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file InlineCommentSniff.php, method PEAR_Sniffs_Commenting_InlineCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file InlineHTMLSniff.php, method Generic_Sniffs_Files_InlineHTMLSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file InlineIfDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file JavaScriptLintSniff.php, method Squiz_Sniffs_Debug_JavaScriptLintSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file InnerFunctionsSniff.php, method Squiz_Sniffs_PHP_InnerFunctionsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file JSHintSniff.php, method Generic_Sniffs_Debug_JSHintSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file InlineCommentSniff.php, method Squiz_Sniffs_Commenting_InlineCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file JumbledIncrementerSniff.php, method Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file IncludingFileSniff.php, method PEAR_Sniffs_Files_IncludingFileSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LowercaseFunctionKeywordsSniff.php, method Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file IncrementDecrementUsageSniff.php, method Squiz_Sniffs_Operators_IncrementDecrementUsageSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file JSLintSniff.php, method Squiz_Sniffs_Debug_JSLintSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file IndentationSniff.php, method Squiz_Sniffs_CSS_IndentationSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file JoinStringsSniff.php, method MySource_Sniffs_Strings_JoinStringsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OneInterfacePerFileSniff.php, method Generic_Sniffs_Files_OneInterfacePerFileSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file SpaceAfterNotSniff.php, method Generic_Sniffs_Formatting_SpaceAfterNotSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file SpaceAfterCastSniff.php, method Generic_Sniffs_Formatting_SpaceAfterCastSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file SubversionPropertiesSniff.php, method Generic_Sniffs_VersionControl_SubversionPropertiesSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file SuperfluousWhitespaceSniff.php, method Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file SwitchDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file SwitchDeclarationSniff.php, method PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file Sniff.php, method PHP_CodeSniffer_Sniff::process()
    Called when one of the token types that this sniff is listening for is found.
process
in file SideEffectsSniff.php, method PSR1_Sniffs_Files_SideEffectsSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ScopeIndentSniff.php, method Generic_Sniffs_WhiteSpace_ScopeIndentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ScopeClosingBraceSniff.php, method Squiz_Sniffs_WhiteSpace_ScopeClosingBraceSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ScopeKeywordSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file SemicolonSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ShorthandSizeSniff.php, method Squiz_Sniffs_CSS_ShorthandSizeSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file SemicolonSpacingSniff.php, method Squiz_Sniffs_CSS_SemicolonSpacingSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file SyntaxSniff.php, method Generic_Sniffs_PHP_SyntaxSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file TodoSniff.php, method Generic_Sniffs_Commenting_TodoSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file UselessOverridingMethodSniff.php, method Generic_Sniffs_CodeAnalysis_UselessOverridingMethodSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file UseDeclarationSniff.php, method PSR2_Sniffs_Namespaces_UseDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ValidClassNameSniff.php, method Squiz_Sniffs_Classes_ValidClassNameSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ValidClassNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidClassNameSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ValidLogicalOperatorsSniff.php, method Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ValidDefaultValueSniff.php, method PEAR_Sniffs_Functions_ValidDefaultValueSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file UpperCaseConstantSniff.php, method Generic_Sniffs_PHP_UpperCaseConstantSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file UpperCaseConstantNameSniff.php, method Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file UnnecessaryFinalModifierSniff.php, method Generic_Sniffs_CodeAnalysis_UnnecessaryFinalModifierSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file UnconditionalIfStatementSniff.php, method Generic_Sniffs_CodeAnalysis_UnconditionalIfStatementSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file UnnecessaryStringConcatSniff.php, method Generic_Sniffs_Strings_UnnecessaryStringConcatSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file UnusedFunctionParameterSniff.php, method Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file UnusedSystemSniff.php, method MySource_Sniffs_Channels_UnusedSystemSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ScopeClosingBraceSniff.php, method PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file SAPIUsageSniff.php, method Generic_Sniffs_PHP_SAPIUsageSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file NestingLevelSniff.php, method Generic_Sniffs_Metrics_NestingLevelSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file NamespaceDeclarationSniff.php, method PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file NonExecutableCodeSniff.php, method Squiz_Sniffs_PHP_NonExecutableCodeSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file NoSilencedErrorsSniff.php, method Generic_Sniffs_PHP_NoSilencedErrorsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ObjectInstantiationSniff.php, method Squiz_Sniffs_Objects_ObjectInstantiationSniff::process()
    Process the tokens that this sniff is listening for.
process
in file NoSpaceAfterCastSniff.php, method Generic_Sniffs_Formatting_NoSpaceAfterCastSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file NamedColoursSniff.php, method Squiz_Sniffs_CSS_NamedColoursSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file MultipleStatementAlignmentSniff.php, method Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file LowercaseStyleDefinitionSniff.php, method Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file LowercasePHPFunctionsSniff.php, method Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file MissingColonSniff.php, method Squiz_Sniffs_CSS_MissingColonSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file MultiLineAssignmentSniff.php, method PEAR_Sniffs_Formatting_MultiLineAssignmentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file MultiLineConditionSniff.php, method PEAR_Sniffs_ControlStructures_MultiLineConditionSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ObjectMemberCommaSniff.php, method Squiz_Sniffs_Objects_ObjectMemberCommaSniff::process()
    Process the tokens that this sniff is listening for.
process
in file ObjectOperatorIndentSniff.php, method PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OperatorBracketSniff.php, method Squiz_Sniffs_Formatting_OperatorBracketSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OpeningFunctionBraceKernighanRitchieSniff.php, method Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OperatorSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file PostStatementCommentSniff.php, method Squiz_Sniffs_Commenting_PostStatementCommentSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ReturnFunctionValueSniff.php, method MySource_Sniffs_PHP_ReturnFunctionValueSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file PropertyLabelSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OpeningFunctionBraceBsdAllmanSniff.php, method Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OpeningBraceSameLineSniff.php, method Generic_Sniffs_Classes_OpeningBraceSameLineSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OneClassPerFileSniff.php, method Generic_Sniffs_Files_OneClassPerFileSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ObjectOperatorSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionDeclarationArgumentSpacingSniff.php, method Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file OneTraitPerFileSniff.php, method Generic_Sniffs_Files_OneTraitPerFileSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file OpacitySniff.php, method Squiz_Sniffs_CSS_OpacitySniff::process()
    Processes the tokens that this sniff is interested in.
process
in file LowerCaseKeywordSniff.php, method Generic_Sniffs_PHP_LowerCaseKeywordSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file FunctionDuplicateArgumentSniff.php, method Squiz_Sniffs_Functions_FunctionDuplicateArgumentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DebugCodeSniff.php, method MySource_Sniffs_Debug_DebugCodeSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file CSSLintSniff.php, method Generic_Sniffs_Debug_CSSLintSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file DisallowAlternativePHPTagsSniff.php, method Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowBooleanStatementSniff.php, method Squiz_Sniffs_PHP_DisallowBooleanStatementSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowInlineIfSniff.php, method Squiz_Sniffs_PHP_DisallowInlineIfSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowComparisonAssignmentSniff.php, method Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file CreateWidgetTypeCallbackSniff.php, method MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ControlStructureSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file CommentedOutCodeSniff.php, method Squiz_Sniffs_PHP_CommentedOutCodeSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ColourDefinitionSniff.php, method Squiz_Sniffs_CSS_ColourDefinitionSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file ComparisonOperatorUsageSniff.php, method Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff::process()
    Process the tokens that this sniff is listening for.
process
in file ConcatenationSpacingSniff.php, method Squiz_Sniffs_Strings_ConcatenationSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ControlStructureSpacingSniff.php, method PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ControlSignatureSniff.php, method Squiz_Sniffs_ControlStructures_ControlSignatureSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowLongArraySyntaxSniff.php, method Generic_Sniffs_Arrays_DisallowLongArraySyntaxSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowMultipleAssignmentsSniff.php, method Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowSpaceIndentSniff.php, method Generic_Sniffs_WhiteSpace_DisallowSpaceIndentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowSizeFunctionsInLoopsSniff.php, method Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowTabIndentSniff.php, method Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DocCommentAlignmentSniff.php, method Squiz_Sniffs_Commenting_DocCommentAlignmentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DoubleQuoteUsageSniff.php, method Squiz_Sniffs_Strings_DoubleQuoteUsageSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DocCommentSniff.php, method Generic_Sniffs_Commenting_DocCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowShortOpenTagSniff.php, method Generic_Sniffs_PHP_DisallowShortOpenTagSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowShortArraySyntaxSniff.php, method Generic_Sniffs_Arrays_DisallowShortArraySyntaxSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowMultipleStyleDefinitionsSniff.php, method Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file DisallowMultipleStatementsSniff.php, method Generic_Sniffs_Formatting_DisallowMultipleStatementsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowNewWidgetSniff.php, method MySource_Sniffs_Objects_DisallowNewWidgetSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowObEndFlushSniff.php, method Squiz_Sniffs_PHP_DisallowObEndFlushSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DisallowSelfActionsSniff.php, method MySource_Sniffs_Channels_DisallowSelfActionsSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file DisallowObjectStringIndexSniff.php, method Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ColonSpacingSniff.php, method Squiz_Sniffs_CSS_ColonSpacingSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file CodeSniffer.php, method PHP_CodeSniffer::process()
    Start a PHP_CodeSniffer run.
process
in file ByteOrderMarkSniff.php, method Generic_Sniffs_Files_ByteOrderMarkSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file BrowserSpecificStylesSniff.php, method MySource_Sniffs_CSS_BrowserSpecificStylesSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file CallTimePassByReferenceSniff.php, method Generic_Sniffs_Functions_CallTimePassByReferenceSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file CastSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_CastSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClassCommentSniff.php, method PEAR_Sniffs_Commenting_ClassCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file CharacterBeforePHPOpeningTagSniff.php, method Generic_Sniffs_PHP_CharacterBeforePHPOpeningTagSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file BlockCommentSniff.php, method Squiz_Sniffs_Commenting_BlockCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file BacktickOperatorSniff.php, method Generic_Sniffs_PHP_BacktickOperatorSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file AbstractScopeSniff.php, method PHP_CodeSniffer_Standards_AbstractScopeSniff::process()
    Processes the tokens that this test is listening for.
process
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::process()
    Processes the test.
process
in file AjaxNullComparisonSniff.php, method MySource_Sniffs_PHP_AjaxNullComparisonSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ArrayBracketSpacingSniff.php, method Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file AssignThisSniff.php, method MySource_Sniffs_Objects_AssignThisSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ArrayDeclarationSniff.php, method Squiz_Sniffs_Arrays_ArrayDeclarationSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ClassCommentSniff.php, method Squiz_Sniffs_Commenting_ClassCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClassDeclarationSniff.php, method Squiz_Sniffs_Classes_ClassDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClosingPHPTagSniff.php, method Generic_Sniffs_PHP_ClosingPHPTagSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ClosingDeclarationCommentSniff.php, method Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClosingTagSniff.php, method PSR2_Sniffs_Files_ClosingTagSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ClosingTagSniff.php, method Zend_Sniffs_Files_ClosingTagSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file CodeAnalyzerSniff.php, method Zend_Sniffs_Debug_CodeAnalyzerSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file ClosureLinterSniff.php, method Generic_Sniffs_Debug_ClosureLinterSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file CLI.php, method PHP_CodeSniffer_CLI::process()
    Runs PHP_CodeSniffer over files and directories.
process
in file ClassFileNameSniff.php, method Squiz_Sniffs_Classes_ClassFileNameSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClassDeclarationSniff.php, method PSR1_Sniffs_Classes_ClassDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClassDeclarationSniff.php, method PEAR_Sniffs_Classes_ClassDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClassDeclarationSniff.php, method PSR2_Sniffs_Classes_ClassDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ClassDefinitionClosingBraceSpaceSniff.php, method Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file ClassDefinitionOpeningBraceSpaceSniff.php, method Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file ClassDefinitionNameSpacingSniff.php, method Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file DuplicateClassDefinitionSniff.php, method Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file CyclomaticComplexitySniff.php, method Generic_Sniffs_Metrics_CyclomaticComplexitySniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EndFileNewlineSniff.php, method PSR2_Sniffs_Files_EndFileNewlineSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file EndFileNewlineSniff.php, method Generic_Sniffs_Files_EndFileNewlineSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file EndFileNoNewlineSniff.php, method Generic_Sniffs_Files_EndFileNoNewlineSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ForEachLoopDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DuplicateClassNameSniff.php, method Generic_Sniffs_Classes_DuplicateClassNameSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EmptyClassDefinitionSniff.php, method Squiz_Sniffs_CSS_EmptyClassDefinitionSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file EmptyStatementSniff.php, method Generic_Sniffs_CodeAnalysis_EmptyStatementSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ForLoopDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EvalObjectFactorySniff.php, method MySource_Sniffs_PHP_EvalObjectFactorySniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file EvalSniff.php, method Squiz_Sniffs_PHP_EvalSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FirebugConsoleSniff.php, method MySource_Sniffs_Debug_FirebugConsoleSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FileCommentSniff.php, method Squiz_Sniffs_Commenting_FileCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FileExtensionSniff.php, method Squiz_Sniffs_Files_FileExtensionSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FixmeSniff.php, method Generic_Sniffs_Commenting_FixmeSniff::process()
    Processes this sniff, when one of its tokens is encountered.
process
in file ForbiddenFunctionsSniff.php, method Generic_Sniffs_PHP_ForbiddenFunctionsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ForbiddenStylesSniff.php, method Squiz_Sniffs_CSS_ForbiddenStylesSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EmptyCatchCommentSniff.php, method Squiz_Sniffs_Commenting_EmptyCatchCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EmptyStyleDefinitionSniff.php, method Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff::process()
    Processes the tokens that this sniff is interested in.
process
in file FunctionCommentSniff.php, method PEAR_Sniffs_Commenting_FunctionCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionClosingBraceSpaceSniff.php, method Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EmbeddedPhpSniff.php, method Squiz_Sniffs_PHP_EmbeddedPhpSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file EchoedStringsSniff.php, method Squiz_Sniffs_Strings_EchoedStringsSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionCommentSniff.php, method MySource_Sniffs_Commenting_FunctionCommentSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ElseIfDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionClosingBraceSniff.php, method PSR2_Sniffs_Methods_FunctionClosingBraceSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionCallSignatureSniff.php, method PEAR_Sniffs_Functions_FunctionCallSignatureSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ForLoopShouldBeWhileLoopSniff.php, method Generic_Sniffs_CodeAnalysis_ForLoopShouldBeWhileLoopSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DuplicatePropertySniff.php, method Squiz_Sniffs_Classes_DuplicatePropertySniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ElseIfDeclarationSniff.php, method PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file ForLoopWithTestFunctionCallSniff.php, method Generic_Sniffs_CodeAnalysis_ForLoopWithTestFunctionCallSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file FunctionCallArgumentSpacingSniff.php, method Generic_Sniffs_Functions_FunctionCallArgumentSpacingSniff::process()
    Processes this test, when one of its tokens is encountered.
process
in file DuplicateStyleDefinitionSniff.php, method Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff::process()
    Processes the tokens that this sniff is interested in.
processAdditional
in file PHP.php, method PHP_CodeSniffer_Tokenizers_PHP::processAdditional()
    Performs additional processing after main tokenizing.
processAdditional
in file JS.php, method PHP_CodeSniffer_Tokenizers_JS::processAdditional()
    Performs additional processing after main tokenizing.
processAdditional
in file CSS.php, method PHP_CodeSniffer_Tokenizers_CSS::processAdditional()
    Performs additional processing after main tokenizing.
processAssignment
in file IncrementDecrementUsageSniff.php, method Squiz_Sniffs_Operators_IncrementDecrementUsageSniff::processAssignment()
    Checks to ensure increment and decrement operators are used.
processAuthor
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processAuthor()
    Process the author tag(s) that this header comment has.
processBracket
in file MultiLineFunctionDeclarationSniff.php, method Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff::processBracket()
    Processes the contents of a single set of brackets.
processBracket
in file FunctionDeclarationArgumentSpacingSniff.php, method Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::processBracket()
    Processes the contents of a single set of brackets.
processCategory
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processCategory()
    Process the category tag.
processClose
in file ClassDeclarationSniff.php, method Squiz_Sniffs_Classes_ClassDeclarationSniff::processClose()
    Processes the closing section of a class declaration.
processClose
in file ClassDeclarationSniff.php, method PSR2_Sniffs_Classes_ClassDeclarationSniff::processClose()
    Processes the closing section of a class declaration.
processCopyright
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processCopyright()
    Process the copyright tags.
processFile
in file CodeSniffer.php, method PHP_CodeSniffer::processFile()
    Run the code sniffs over a single given file.
processFiles
in file CodeSniffer.php, method PHP_CodeSniffer::processFiles()
    Processes the files/directories that PHP_CodeSniffer was constructed with.
processIncDec
in file IncrementDecrementUsageSniff.php, method Squiz_Sniffs_Operators_IncrementDecrementUsageSniff::processIncDec()
    Checks to ensure increment and decrement operators are not confusing.
processLicense
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processLicense()
    Process the license tag.
processLongArgument
in file CLI.php, method PHP_CodeSniffer_CLI::processLongArgument()
    Processes a long (--example) command line argument.
processMemberVar
in file ValidVariableNameSniff.php, method Squiz_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar()
    Processes class member variables.
processMemberVar
in file ValidVariableNameSniff.php, method Zend_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar()
    Processes class member variables.
processMemberVar
in file MemberVarSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff::processMemberVar()
    Processes the function tokens within the class.
processMemberVar
in file MemberVarScopeSniff.php, method Squiz_Sniffs_Scope_MemberVarScopeSniff::processMemberVar()
    Processes the function tokens within the class.
processMemberVar
in file ValidVariableNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar()
    Processes class member variables.
processMemberVar
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::processMemberVar()
    Called to process class member vars.
processMemberVar
in file VariableCommentSniff.php, method Squiz_Sniffs_Commenting_VariableCommentSniff::processMemberVar()
    Called to process class member vars.
processMemberVar
in file PropertyDeclarationSniff.php, method PSR2_Sniffs_Classes_PropertyDeclarationSniff::processMemberVar()
    Processes the function tokens within the class.
processMultiLineArray
in file ArrayDeclarationSniff.php, method Squiz_Sniffs_Arrays_ArrayDeclarationSniff::processMultiLineArray()
    Processes a multi-line array definition.
processMultiLineCall
in file FunctionCallSignatureSniff.php, method PEAR_Sniffs_Functions_FunctionCallSignatureSniff::processMultiLineCall()
    Processes multi-line calls.
processMultiLineDeclaration
in file MultiLineFunctionDeclarationSniff.php, method Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff::processMultiLineDeclaration()
    Processes multi-line declarations.
processMultiLineDeclaration
in file FunctionDeclarationSniff.php, method PEAR_Sniffs_Functions_FunctionDeclarationSniff::processMultiLineDeclaration()
    Processes multi-line declarations.
processOpen
in file ClassDeclarationSniff.php, method Squiz_Sniffs_Classes_ClassDeclarationSniff::processOpen()
    Processes the opening section of a class declaration.
processOpen
in file ClassDeclarationSniff.php, method PSR2_Sniffs_Classes_ClassDeclarationSniff::processOpen()
    Processes the opening section of a class declaration.
processPackage
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processPackage()
    Process the package tag.
processParams
in file FunctionCommentSniff.php, method PEAR_Sniffs_Commenting_FunctionCommentSniff::processParams()
    Process the function parameter comments.
processParams
in file FunctionCommentSniff.php, method Squiz_Sniffs_Commenting_FunctionCommentSniff::processParams()
    Process the function parameter comments.
processPattern
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::processPattern()
    Processes the pattern and verifies the code at $stackPtr.
processReturn
in file FunctionCommentSniff.php, method PEAR_Sniffs_Commenting_FunctionCommentSniff::processReturn()
    Process the return comment of this function comment.
processReturn
in file FunctionCommentSniff.php, method Squiz_Sniffs_Commenting_FunctionCommentSniff::processReturn()
    Process the return comment of this function comment.
processRuleset
in file CodeSniffer.php, method PHP_CodeSniffer::processRuleset()
    Processes a single ruleset and returns a list of the sniffs it represents.
processShortArgument
in file CLI.php, method PHP_CodeSniffer_CLI::processShortArgument()
    Processes a short (-e) command line argument.
processSingleLineArray
in file ArrayDeclarationSniff.php, method Squiz_Sniffs_Arrays_ArrayDeclarationSniff::processSingleLineArray()
    Processes a single-line array definition.
processSingleLineCall
in file FunctionCallSignatureSniff.php, method PEAR_Sniffs_Functions_FunctionCallSignatureSniff::processSingleLineCall()
    Processes single-line calls.
processSingleLineDeclaration
in file FunctionDeclarationSniff.php, method PEAR_Sniffs_Functions_FunctionDeclarationSniff::processSingleLineDeclaration()
    Processes single-line declarations.
processSniff
in file Markdown.php, method PHP_CodeSniffer_DocGenerators_Markdown::processSniff()
    Process the documentation for a single sniff.
processSniff
in file Text.php, method PHP_CodeSniffer_DocGenerators_Text::processSniff()
    Process the documentation for a single sniff.
processSniff
in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::processSniff()
    Process the documentation for a single sniff.
processSniff
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::processSniff()
    Process the documentation for a single sniff.
processSubpackage
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processSubpackage()
    Process the subpackage tag.
processSupplementary
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::processSupplementary()
    Processes any tokens registered with registerSupplementary().
processTags
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processTags()
    Processes each required or optional tag.
processThrows
in file FunctionCommentSniff.php, method Squiz_Sniffs_Commenting_FunctionCommentSniff::processThrows()
    Process any throw tags that this function comment has.
processThrows
in file FunctionCommentSniff.php, method PEAR_Sniffs_Commenting_FunctionCommentSniff::processThrows()
    Process any throw tags that this function comment has.
processTokenOutsideScope
in file CamelCapsMethodNameSniff.php, method PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::processTokenOutsideScope()
    Processes the tokens outside the scope.
processTokenOutsideScope
in file CamelCapsFunctionNameSniff.php, method Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::processTokenOutsideScope()
    Processes the tokens outside the scope.
processTokenOutsideScope
in file IncludeSystemSniff.php, method MySource_Sniffs_Channels_IncludeSystemSniff::processTokenOutsideScope()
    Processes a token within the scope that this test is listening to.
processTokenOutsideScope
in file ValidFunctionNameSniff.php, method Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenOutsideScope()
    Processes the tokens outside the scope.
processTokenOutsideScope
in file ValidFunctionNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenOutsideScope()
    Processes the tokens outside the scope.
processTokenOutsideScope
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::processTokenOutsideScope()
    Processes the token outside the scope in the file.
processTokenOutsideScope
in file AbstractScopeSniff.php, method PHP_CodeSniffer_Standards_AbstractScopeSniff::processTokenOutsideScope()
    Processes a token that is found within the scope that this test is listening to.
processTokenWithinScope
in file ValidFunctionNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenWithinScope()
    Processes the tokens within the scope.
processTokenWithinScope
in file CamelCapsFunctionNameSniff.php, method Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::processTokenWithinScope()
    Processes the tokens within the scope.
processTokenWithinScope
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::processTokenWithinScope()
    Processes the token in the specified PHP_CodeSniffer_File.
processTokenWithinScope
in file AbstractScopeSniff.php, method PHP_CodeSniffer_Standards_AbstractScopeSniff::processTokenWithinScope()
    Processes a token that is found within the scope that this test is listening to.
processTokenWithinScope
in file CamelCapsMethodNameSniff.php, method PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::processTokenWithinScope()
    Processes the tokens within the scope.
processTokenWithinScope
in file MethodDeclarationSniff.php, method PSR2_Sniffs_Methods_MethodDeclarationSniff::processTokenWithinScope()
    Processes the function tokens within the class.
processTokenWithinScope
in file SelfMemberReferenceSniff.php, method Squiz_Sniffs_Classes_SelfMemberReferenceSniff::processTokenWithinScope()
    Processes the function tokens within the class.
processTokenWithinScope
in file IncludeSystemSniff.php, method MySource_Sniffs_Channels_IncludeSystemSniff::processTokenWithinScope()
    Processes the function tokens within the class.
processTokenWithinScope
in file FunctionCommentThrowTagSniff.php, method Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff::processTokenWithinScope()
    Processes the function tokens within the class.
processTokenWithinScope
in file ConstructorNameSniff.php, method Generic_Sniffs_NamingConventions_ConstructorNameSniff::processTokenWithinScope()
    Processes this test when one of its tokens is encountered.
processTokenWithinScope
in file StaticThisUsageSniff.php, method Squiz_Sniffs_Scope_StaticThisUsageSniff::processTokenWithinScope()
    Processes this test, when one of its tokens is encountered.
processTokenWithinScope
in file MethodScopeSniff.php, method Squiz_Sniffs_Scope_MethodScopeSniff::processTokenWithinScope()
    Processes the function tokens within the class.
processUnknownArgument
in file CLI.php, method PHP_CodeSniffer_CLI::processUnknownArgument()
    Processes an unknown command line argument.
processVariable
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::processVariable()
    Called to process normal member vars.
processVariable
in file MemberVarScopeSniff.php, method Squiz_Sniffs_Scope_MemberVarScopeSniff::processVariable()
    Processes normal variables.
processVariable
in file ValidVariableNameSniff.php, method Squiz_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable()
    Processes this test, when one of its tokens is encountered.
processVariable
in file PropertyDeclarationSniff.php, method PSR2_Sniffs_Classes_PropertyDeclarationSniff::processVariable()
    Processes normal variables.
processVariable
in file ValidVariableNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable()
    Processes normal variables.
processVariable
in file VariableCommentSniff.php, method Squiz_Sniffs_Commenting_VariableCommentSniff::processVariable()
    Called to process a normal variable.
processVariable
in file MemberVarSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff::processVariable()
    Processes normal variables.
processVariable
in file ValidVariableNameSniff.php, method Zend_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable()
    Processes this test, when one of its tokens is encountered.
processVariableInString
in file ValidVariableNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString()
    Processes variables in double quoted strings.
processVariableInString
in file PropertyDeclarationSniff.php, method PSR2_Sniffs_Classes_PropertyDeclarationSniff::processVariableInString()
    Processes variables in double quoted strings.
processVariableInString
in file MemberVarScopeSniff.php, method Squiz_Sniffs_Scope_MemberVarScopeSniff::processVariableInString()
    Processes variables in double quoted strings.
processVariableInString
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::processVariableInString()
    Called to process variables found in double quoted strings or heredocs.
processVariableInString
in file ValidVariableNameSniff.php, method Squiz_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString()
    Processes the variable found within a double quoted string.
processVariableInString
in file ValidVariableNameSniff.php, method Zend_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString()
    Processes the variable found within a double quoted string.
processVariableInString
in file MemberVarSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff::processVariableInString()
    Processes variables in double quoted strings.
processVariableInString
in file VariableCommentSniff.php, method Squiz_Sniffs_Commenting_VariableCommentSniff::processVariableInString()
    Called to process variables found in double quoted strings.
processVersion
in file ClassCommentSniff.php, method PEAR_Sniffs_Commenting_ClassCommentSniff::processVersion()
    Process the version tag.
processVersion
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::processVersion()
    Process the version tag.
PSR1_Sniffs_Classes_ClassDeclarationSniff
in file ClassDeclarationSniff.php, class PSR1_Sniffs_Classes_ClassDeclarationSniff
    Class Declaration Test.
PSR1_Sniffs_Files_SideEffectsSniff
in file SideEffectsSniff.php, class PSR1_Sniffs_Files_SideEffectsSniff
    PSR1_Sniffs_Files_SideEffectsSniff.
PSR1_Sniffs_Methods_CamelCapsMethodNameSniff
in file CamelCapsMethodNameSniff.php, class PSR1_Sniffs_Methods_CamelCapsMethodNameSniff
    PSR1_Sniffs_Methods_CamelCapsMethodNameSniff.
PSR2_Sniffs_Classes_ClassDeclarationSniff
in file ClassDeclarationSniff.php, class PSR2_Sniffs_Classes_ClassDeclarationSniff
    Class Declaration Test.
PSR2_Sniffs_Classes_PropertyDeclarationSniff
in file PropertyDeclarationSniff.php, class PSR2_Sniffs_Classes_PropertyDeclarationSniff
    Verifies that properties are declared correctly.
PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff
in file ControlStructureSpacingSniff.php, class PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff
    PSR2_Sniffs_WhiteSpace_ControlStructureSpacingSniff.
PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff
in file ElseIfDeclarationSniff.php, class PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff
    PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff.
PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff
in file SwitchDeclarationSniff.php, class PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff
    PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff.
PSR2_Sniffs_Files_ClosingTagSniff
in file ClosingTagSniff.php, class PSR2_Sniffs_Files_ClosingTagSniff
    PSR2_Sniffs_Files_LineEndingsSniff.
PSR2_Sniffs_Files_EndFileNewlineSniff
in file EndFileNewlineSniff.php, class PSR2_Sniffs_Files_EndFileNewlineSniff
    Generic_Sniffs_Files_EndFileNewlineSniff.
PSR2_Sniffs_Methods_FunctionCallSignatureSniff
in file FunctionCallSignatureSniff.php, class PSR2_Sniffs_Methods_FunctionCallSignatureSniff
    PSR2_Sniffs_Methods_FunctionCallSignatureSniff.
PSR2_Sniffs_Methods_FunctionClosingBraceSniff
in file FunctionClosingBraceSniff.php, class PSR2_Sniffs_Methods_FunctionClosingBraceSniff
    PSR2_Sniffs_Methods_FunctionClosingBraceSniff.
PSR2_Sniffs_Methods_MethodDeclarationSniff
in file MethodDeclarationSniff.php, class PSR2_Sniffs_Methods_MethodDeclarationSniff
    PSR2_Sniffs_Methods_MethodDeclarationSniff.
PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff
in file NamespaceDeclarationSniff.php, class PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff
    PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff.
PSR2_Sniffs_Namespaces_UseDeclarationSniff
in file UseDeclarationSniff.php, class PSR2_Sniffs_Namespaces_UseDeclarationSniff
    PSR2_Sniffs_Namespaces_UseDeclarationSniff.
top

r

$recordErrors
in file Info.php, variable PHP_CodeSniffer_Reports_Info::$recordErrors
    TRUE if this report needs error messages instead of just totals.
$recordErrors
in file Summary.php, variable PHP_CodeSniffer_Reports_Summary::$recordErrors
    TRUE if this report needs error messages instead of just totals.
$reporting
in file CodeSniffer.php, variable PHP_CodeSniffer::$reporting
    The Reporting object controlling report generation.
$reportName
in file Hgblame.php, variable PHP_CodeSniffer_Reports_Hgblame::$reportName
    The name of the report we want in the output
$reportName
in file Gitblame.php, variable PHP_CodeSniffer_Reports_Gitblame::$reportName
    The name of the report we want in the output
$reportName
in file Svnblame.php, variable PHP_CodeSniffer_Reports_Svnblame::$reportName
    The name of the report we want in the output
$reportName
in file VersionControl.php, variable PHP_CodeSniffer_Reports_VersionControl::$reportName
    The name of the report we want in the output.
$requiredSpacesAfterOpen
in file ForLoopDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff::$requiredSpacesAfterOpen
    How many spaces should follow the opening bracket.
$requiredSpacesAfterOpen
in file ControlStructureSpacingSniff.php, variable PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff::$requiredSpacesAfterOpen
    How many spaces should follow the opening bracket.
$requiredSpacesAfterOpen
in file FunctionDeclarationArgumentSpacingSniff.php, variable Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::$requiredSpacesAfterOpen
    How many spaces should follow the opening bracket.
$requiredSpacesAfterOpen
in file FunctionCallSignatureSniff.php, variable PEAR_Sniffs_Functions_FunctionCallSignatureSniff::$requiredSpacesAfterOpen
    How many spaces should follow the opening bracket.
$requiredSpacesAfterOpen
in file ForEachLoopDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff::$requiredSpacesAfterOpen
    How many spaces should follow the opening bracket.
$requiredSpacesBeforeClose
in file ControlStructureSpacingSniff.php, variable PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff::$requiredSpacesBeforeClose
    How many spaces should precede the closing bracket.
$requiredSpacesBeforeClose
in file FunctionDeclarationArgumentSpacingSniff.php, variable Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::$requiredSpacesBeforeClose
    How many spaces should precede the closing bracket.
$requiredSpacesBeforeClose
in file ForLoopDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff::$requiredSpacesBeforeClose
    How many spaces should precede the closing bracket.
$requiredSpacesBeforeClose
in file ForEachLoopDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff::$requiredSpacesBeforeClose
    How many spaces should precede the closing bracket.
$requiredSpacesBeforeClose
in file FunctionCallSignatureSniff.php, variable PEAR_Sniffs_Functions_FunctionCallSignatureSniff::$requiredSpacesBeforeClose
    How many spaces should precede the closing bracket.
$ruleset
in file File.php, variable PHP_CodeSniffer_File::$ruleset
    An array of rules from the ruleset.xml file.
$ruleset
in file CodeSniffer.php, variable PHP_CodeSniffer::$ruleset
    An array of rules from the ruleset.xml file.
$rulesetDirs
in file CodeSniffer.php, variable PHP_CodeSniffer::$rulesetDirs
    The directories that the processed rulesets are in.
Report.php
procedural page Report.php
Reporting.php
procedural page Reporting.php
ReturnFunctionValueSniff.php
procedural page ReturnFunctionValueSniff.php
realpath
in file CodeSniffer.php, method PHP_CodeSniffer::realpath()
    CodeSniffer alternative for realpath.
recordMetric
in file File.php, method PHP_CodeSniffer_File::recordMetric()
    Adds an warning to the warning stack.
refreshTokenListeners
in file File.php, method PHP_CodeSniffer_File::refreshTokenListeners()
    Rebuilds the list of listeners to ensure their state is cleared.
register
in file NoSpaceAfterCastSniff.php, method Generic_Sniffs_Formatting_NoSpaceAfterCastSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowercaseFunctionKeywordsSniff.php, method Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LongConditionClosingCommentSniff.php, method Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowercaseClassKeywordsSniff.php, method Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowerCaseConstantSniff.php, method Generic_Sniffs_PHP_LowerCaseConstantSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowercaseDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowercasedFilenameSniff.php, method Generic_Sniffs_Files_LowercasedFilenameSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file NoSilencedErrorsSniff.php, method Generic_Sniffs_PHP_NoSilencedErrorsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file MultipleStatementAlignmentSniff.php, method Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file MultiLineConditionSniff.php, method PEAR_Sniffs_ControlStructures_MultiLineConditionSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file NamedColoursSniff.php, method Squiz_Sniffs_CSS_NamedColoursSniff::register()
    Returns the token types that this sniff is interested in.
register
in file NamespaceDeclarationSniff.php, method PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file NestingLevelSniff.php, method Generic_Sniffs_Metrics_NestingLevelSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file MultiLineAssignmentSniff.php, method PEAR_Sniffs_Formatting_MultiLineAssignmentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file MissingColonSniff.php, method Squiz_Sniffs_CSS_MissingColonSniff::register()
    Returns the token types that this sniff is interested in.
register
in file LogicalOperatorSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowerCaseKeywordSniff.php, method Generic_Sniffs_PHP_LowerCaseKeywordSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowercasePHPFunctionsSniff.php, method Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LowercaseStyleDefinitionSniff.php, method Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff::register()
    Returns the token types that this sniff is interested in.
register
in file NonExecutableCodeSniff.php, method Squiz_Sniffs_PHP_NonExecutableCodeSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LineEndingsSniff.php, method Generic_Sniffs_Files_LineEndingsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file IncludingFileSniff.php, method PEAR_Sniffs_Files_IncludingFileSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file IncludeOwnSystemSniff.php, method MySource_Sniffs_Channels_IncludeOwnSystemSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file IncrementDecrementUsageSniff.php, method Squiz_Sniffs_Operators_IncrementDecrementUsageSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file IndentationSniff.php, method Squiz_Sniffs_CSS_IndentationSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ArrayBracketSpacingSniff.php, method Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ArrayDeclarationSniff.php, method Squiz_Sniffs_Arrays_ArrayDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file HeredocSniff.php, method Squiz_Sniffs_PHP_HeredocSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file GetRequestDataSniff.php, method MySource_Sniffs_PHP_GetRequestDataSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file AssignThisSniff.php, method MySource_Sniffs_Objects_AssignThisSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file GlobalFunctionSniff.php, method Squiz_Sniffs_Functions_GlobalFunctionSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file GlobalKeywordSniff.php, method Squiz_Sniffs_PHP_GlobalKeywordSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file InlineCommentSniff.php, method Squiz_Sniffs_Commenting_InlineCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file InlineCommentSniff.php, method PEAR_Sniffs_Commenting_InlineCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file JSLintSniff.php, method Squiz_Sniffs_Debug_JSLintSniff::register()
    Returns the token types that this sniff is interested in.
register
in file JSHintSniff.php, method Generic_Sniffs_Debug_JSHintSniff::register()
    Returns the token types that this sniff is interested in.
register
in file JumbledIncrementerSniff.php, method Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file LanguageConstructSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ObjectInstantiationSniff.php, method Squiz_Sniffs_Objects_ObjectInstantiationSniff::register()
    Registers the token types that this sniff wishes to listen to.
register
in file JoinStringsSniff.php, method MySource_Sniffs_Strings_JoinStringsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file JavaScriptLintSniff.php, method Squiz_Sniffs_Debug_JavaScriptLintSniff::register()
    Returns the token types that this sniff is interested in.
register
in file InlineControlStructureSniff.php, method Generic_Sniffs_ControlStructures_InlineControlStructureSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file InlineHTMLSniff.php, method Generic_Sniffs_Files_InlineHTMLSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file InlineIfDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file InnerFunctionsSniff.php, method Squiz_Sniffs_PHP_InnerFunctionsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file LineLengthSniff.php, method Generic_Sniffs_Files_LineLengthSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file OneClassPerFileSniff.php, method Generic_Sniffs_Files_OneClassPerFileSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SwitchDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SwitchDeclarationSniff.php, method PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SyntaxSniff.php, method Generic_Sniffs_PHP_SyntaxSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file TodoSniff.php, method Generic_Sniffs_Commenting_TodoSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UnconditionalIfStatementSniff.php, method Generic_Sniffs_CodeAnalysis_UnconditionalIfStatementSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file AbstractScopeSniff.php, method PHP_CodeSniffer_Standards_AbstractScopeSniff::register()
    The method that is called to register the tokens this test wishes to listen to.
register
in file SuperfluousWhitespaceSniff.php, method Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SpaceAfterCastSniff.php, method Generic_Sniffs_Formatting_SpaceAfterCastSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SpaceAfterNotSniff.php, method Generic_Sniffs_Formatting_SpaceAfterNotSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SubversionPropertiesSniff.php, method Generic_Sniffs_VersionControl_SubversionPropertiesSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file AjaxNullComparisonSniff.php, method MySource_Sniffs_PHP_AjaxNullComparisonSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UnnecessaryFinalModifierSniff.php, method Generic_Sniffs_CodeAnalysis_UnnecessaryFinalModifierSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file UnnecessaryStringConcatSniff.php, method Generic_Sniffs_Strings_UnnecessaryStringConcatSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ValidClassNameSniff.php, method Squiz_Sniffs_Classes_ValidClassNameSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ValidClassNameSniff.php, method PEAR_Sniffs_NamingConventions_ValidClassNameSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ValidDefaultValueSniff.php, method PEAR_Sniffs_Functions_ValidDefaultValueSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ValidLogicalOperatorsSniff.php, method Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UselessOverridingMethodSniff.php, method Generic_Sniffs_CodeAnalysis_UselessOverridingMethodSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file UseDeclarationSniff.php, method PSR2_Sniffs_Namespaces_UseDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UnusedFunctionParameterSniff.php, method Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UnusedSystemSniff.php, method MySource_Sniffs_Channels_UnusedSystemSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UpperCaseConstantNameSniff.php, method Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file UpperCaseConstantSniff.php, method Generic_Sniffs_PHP_UpperCaseConstantSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file Sniff.php, method PHP_CodeSniffer_Sniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file SideEffectsSniff.php, method PSR1_Sniffs_Files_SideEffectsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file OpeningBraceSameLineSniff.php, method Generic_Sniffs_Classes_OpeningBraceSameLineSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file OpeningFunctionBraceBsdAllmanSniff.php, method Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file OpeningFunctionBraceKernighanRitchieSniff.php, method Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file OperatorBracketSniff.php, method Squiz_Sniffs_Formatting_OperatorBracketSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file OpacitySniff.php, method Squiz_Sniffs_CSS_OpacitySniff::register()
    Returns the token types that this sniff is interested in.
register
in file OneTraitPerFileSniff.php, method Generic_Sniffs_Files_OneTraitPerFileSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ObjectOperatorIndentSniff.php, method PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ObjectOperatorSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file OneInterfacePerFileSniff.php, method Generic_Sniffs_Files_OneInterfacePerFileSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file OperatorSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file PostStatementCommentSniff.php, method Squiz_Sniffs_Commenting_PostStatementCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ScopeKeywordSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SemicolonSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SemicolonSpacingSniff.php, method Squiz_Sniffs_CSS_SemicolonSpacingSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ShorthandSizeSniff.php, method Squiz_Sniffs_CSS_ShorthandSizeSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ScopeIndentSniff.php, method Generic_Sniffs_WhiteSpace_ScopeIndentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ScopeClosingBraceSniff.php, method Squiz_Sniffs_WhiteSpace_ScopeClosingBraceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file PropertyLabelSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ReturnFunctionValueSniff.php, method MySource_Sniffs_PHP_ReturnFunctionValueSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file SAPIUsageSniff.php, method Generic_Sniffs_PHP_SAPIUsageSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ScopeClosingBraceSniff.php, method PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ObjectMemberCommaSniff.php, method Squiz_Sniffs_Objects_ObjectMemberCommaSniff::register()
    Registers the token types that this sniff wishes to listen to.
register
in file FunctionDeclarationSniff.php, method PEAR_Sniffs_Functions_FunctionDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowMultipleAssignmentsSniff.php, method Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowMultipleStatementsSniff.php, method Generic_Sniffs_Formatting_DisallowMultipleStatementsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowMultipleStyleDefinitionsSniff.php, method Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff::register()
    Returns the token types that this sniff is interested in.
register
in file DisallowNewWidgetSniff.php, method MySource_Sniffs_Objects_DisallowNewWidgetSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowLongArraySyntaxSniff.php, method Generic_Sniffs_Arrays_DisallowLongArraySyntaxSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file DisallowInlineIfSniff.php, method Squiz_Sniffs_PHP_DisallowInlineIfSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DebugCodeSniff.php, method MySource_Sniffs_Debug_DebugCodeSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowAlternativePHPTagsSniff.php, method Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowBooleanStatementSniff.php, method Squiz_Sniffs_PHP_DisallowBooleanStatementSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowComparisonAssignmentSniff.php, method Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowObEndFlushSniff.php, method Squiz_Sniffs_PHP_DisallowObEndFlushSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowObjectStringIndexSniff.php, method Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DocCommentAlignmentSniff.php, method Squiz_Sniffs_Commenting_DocCommentAlignmentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DocCommentSniff.php, method Generic_Sniffs_Commenting_DocCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionOpeningBraceSpaceSniff.php, method Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DuplicateClassDefinitionSniff.php, method Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff::register()
    Returns the token types that this sniff is interested in.
register
in file DisallowTabIndentSniff.php, method Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowSpaceIndentSniff.php, method Generic_Sniffs_WhiteSpace_DisallowSpaceIndentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowSelfActionsSniff.php, method MySource_Sniffs_Channels_DisallowSelfActionsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowShortArraySyntaxSniff.php, method Generic_Sniffs_Arrays_DisallowShortArraySyntaxSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file DisallowShortOpenTagSniff.php, method Generic_Sniffs_PHP_DisallowShortOpenTagSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DisallowSizeFunctionsInLoopsSniff.php, method Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file CyclomaticComplexitySniff.php, method Generic_Sniffs_Metrics_CyclomaticComplexitySniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file CSSLintSniff.php, method Generic_Sniffs_Debug_CSSLintSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ClosingTagSniff.php, method PSR2_Sniffs_Files_ClosingTagSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClosingTagSniff.php, method Zend_Sniffs_Files_ClosingTagSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClosureLinterSniff.php, method Generic_Sniffs_Debug_ClosureLinterSniff::register()
    Returns the token types that this sniff is interested in.
register
in file CodeAnalyzerSniff.php, method Zend_Sniffs_Debug_CodeAnalyzerSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ClosingPHPTagSniff.php, method Generic_Sniffs_PHP_ClosingPHPTagSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClosingDeclarationCommentSniff.php, method Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClassDefinitionClosingBraceSpaceSniff.php, method Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ClassDefinitionNameSpacingSniff.php, method Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ClassDefinitionOpeningBraceSpaceSniff.php, method Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ClassFileNameSniff.php, method Squiz_Sniffs_Classes_ClassFileNameSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClassDeclarationSniff.php, method PEAR_Sniffs_Classes_ClassDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ColonSpacingSniff.php, method Squiz_Sniffs_CSS_ColonSpacingSniff::register()
    Returns the token types that this sniff is interested in.
register
in file ClassCommentSniff.php, method PEAR_Sniffs_Commenting_ClassCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ControlStructureSpacingSniff.php, method PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ControlStructureSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file CreateWidgetTypeCallbackSniff.php, method MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClassCommentSniff.php, method Squiz_Sniffs_Commenting_ClassCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ControlSignatureSniff.php, method Squiz_Sniffs_ControlStructures_ControlSignatureSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ColourDefinitionSniff.php, method Squiz_Sniffs_CSS_ColourDefinitionSniff::register()
    Returns the token types that this sniff is interested in.
register
in file CommentedOutCodeSniff.php, method Squiz_Sniffs_PHP_CommentedOutCodeSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ComparisonOperatorUsageSniff.php, method Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff::register()
    Registers the token types that this sniff wishes to listen to.
register
in file ConcatenationSpacingSniff.php, method Squiz_Sniffs_Strings_ConcatenationSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DuplicateClassNameSniff.php, method Generic_Sniffs_Classes_DuplicateClassNameSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file DoubleQuoteUsageSniff.php, method Squiz_Sniffs_Strings_DoubleQuoteUsageSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ByteOrderMarkSniff.php, method Generic_Sniffs_Files_ByteOrderMarkSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ForLoopDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ForLoopShouldBeWhileLoopSniff.php, method Generic_Sniffs_CodeAnalysis_ForLoopShouldBeWhileLoopSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file ForLoopWithTestFunctionCallSniff.php, method Generic_Sniffs_CodeAnalysis_ForLoopWithTestFunctionCallSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file CallTimePassByReferenceSniff.php, method Generic_Sniffs_Functions_CallTimePassByReferenceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ForEachLoopDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DuplicatePropertySniff.php, method Squiz_Sniffs_Classes_DuplicatePropertySniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ForbiddenStylesSniff.php, method Squiz_Sniffs_CSS_ForbiddenStylesSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file CharacterBeforePHPOpeningTagSniff.php, method Generic_Sniffs_PHP_CharacterBeforePHPOpeningTagSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file CastSpacingSniff.php, method Squiz_Sniffs_WhiteSpace_CastSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionCallArgumentSpacingSniff.php, method Generic_Sniffs_Functions_FunctionCallArgumentSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file BrowserSpecificStylesSniff.php, method MySource_Sniffs_CSS_BrowserSpecificStylesSniff::register()
    Returns the token types that this sniff is interested in.
register
in file BacktickOperatorSniff.php, method Generic_Sniffs_PHP_BacktickOperatorSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionDeclarationArgumentSpacingSniff.php, method Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ClassDeclarationSniff.php, method PSR1_Sniffs_Classes_ClassDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionDuplicateArgumentSniff.php, method Squiz_Sniffs_Functions_FunctionDuplicateArgumentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file BlockCommentSniff.php, method Squiz_Sniffs_Commenting_BlockCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionCommentSniff.php, method PEAR_Sniffs_Commenting_FunctionCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::register()
    Registers the tokens to listen to.
register
in file FunctionCallSignatureSniff.php, method PEAR_Sniffs_Functions_FunctionCallSignatureSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionClosingBraceSniff.php, method PSR2_Sniffs_Methods_FunctionClosingBraceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FunctionClosingBraceSpaceSniff.php, method Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FixmeSniff.php, method Generic_Sniffs_Commenting_FixmeSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ForbiddenFunctionsSniff.php, method Generic_Sniffs_PHP_ForbiddenFunctionsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EmptyCatchCommentSniff.php, method Squiz_Sniffs_Commenting_EmptyCatchCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EmptyClassDefinitionSniff.php, method Squiz_Sniffs_CSS_EmptyClassDefinitionSniff::register()
    Returns the token types that this sniff is interested in.
register
in file EmptyStatementSniff.php, method Generic_Sniffs_CodeAnalysis_EmptyStatementSniff::register()
    Registers the tokens that this sniff wants to listen for.
register
in file EmptyStyleDefinitionSniff.php, method Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff::register()
    Returns the token types that this sniff is interested in.
register
in file EmbeddedPhpSniff.php, method Squiz_Sniffs_PHP_EmbeddedPhpSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ElseIfDeclarationSniff.php, method PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file DuplicateStyleDefinitionSniff.php, method Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff::register()
    Returns the token types that this sniff is interested in.
register
in file EchoedStringsSniff.php, method Squiz_Sniffs_Strings_EchoedStringsSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file ElseIfDeclarationSniff.php, method Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EndFileNewlineSniff.php, method Generic_Sniffs_Files_EndFileNewlineSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EndFileNewlineSniff.php, method PSR2_Sniffs_Files_EndFileNewlineSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EndFileNoNewlineSniff.php, method Generic_Sniffs_Files_EndFileNoNewlineSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FileCommentSniff.php, method Squiz_Sniffs_Commenting_FileCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FileExtensionSniff.php, method Squiz_Sniffs_Files_FileExtensionSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FirebugConsoleSniff.php, method MySource_Sniffs_Debug_FirebugConsoleSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EvalSniff.php, method Squiz_Sniffs_PHP_EvalSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::register()
    Returns an array of tokens this test wants to listen for.
register
in file EvalObjectFactorySniff.php, method MySource_Sniffs_PHP_EvalObjectFactorySniff::register()
    Returns an array of tokens this test wants to listen for.
registerSniffs
in file CodeSniffer.php, method PHP_CodeSniffer::registerSniffs()
    Loads and stores sniffs objects used for sniffing files.
registerSupplementary
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::registerSupplementary()
    Registers any supplementary tokens that this test might wish to process.
removeTokenListener
in file File.php, method PHP_CodeSniffer_File::removeTokenListener()
    Removes a listener from listening from the specified tokens.
replaceToken
in file Fixer.php, method PHP_CodeSniffer_Fixer::replaceToken()
    Replace the entire contents of a token.
resolveSimpleToken
in file PHP.php, method PHP_CodeSniffer_Tokenizers_PHP::resolveSimpleToken()
    Converts simple tokens into a format that conforms to complex tokens produced by token_get_all().
revertToken
in file Fixer.php, method PHP_CodeSniffer_Fixer::revertToken()
    Reverts the previous fix made to a token.
rollbackChangeset
in file Fixer.php, method PHP_CodeSniffer_Fixer::rollbackChangeset()
    Stop recording actions for a changeset, and discard logged changes.
runphpcbf
in file CLI.php, method PHP_CodeSniffer_CLI::runphpcbf()
    Run the PHPCBF script.
runphpcs
in file CLI.php, method PHP_CodeSniffer_CLI::runphpcs()
    Run the PHPCS script.
top

s

$scopeModifiers
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$scopeModifiers
    Tokens that represent scope modifiers.
$scopeOpeners
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$scopeOpeners
    A list of tokens that are allowed to open a scope.
$scopeOpeners
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$scopeOpeners
    Tokens that are allowed to open scopes.
$scopeOpeners
in file PHP.php, variable PHP_CodeSniffer_Tokenizers_PHP::$scopeOpeners
    A list of tokens that are allowed to open a scope.
$showOk
in file Notifysend.php, variable PHP_CodeSniffer_Reports_Notifysend::$showOk
    Show "ok, all fine" messages.
$skipMinified
in file CSS.php, variable PHP_CodeSniffer_Tokenizers_CSS::$skipMinified
    If TRUE, files that appear to be minified will not be processed.
$skipMinified
in file PHP.php, variable PHP_CodeSniffer_Tokenizers_PHP::$skipMinified
    If TRUE, files that appear to be minified will not be processed.
$skipMinified
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$skipMinified
    If TRUE, files that appear to be minified will not be processed.
$sniffCodes
in file CodeSniffer.php, variable PHP_CodeSniffer::$sniffCodes
    A mapping of sniff codes to fully qualified class names.
$sniffs
in file CodeSniffer.php, variable PHP_CodeSniffer::$sniffs
    An array of sniffs that are being used to check files.
$spacing
in file ConcatenationSpacingSniff.php, variable Squiz_Sniffs_Strings_ConcatenationSpacingSniff::$spacing
    The number of spaces before and after a string concat.
$spacing
in file FunctionSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff::$spacing
    The number of blank lines between functions.
$specificStylesheets
in file BrowserSpecificStylesSniff.php, variable MySource_Sniffs_CSS_BrowserSpecificStylesSniff::$specificStylesheets
    A list of specific stylesheet suffixes we allow.
$startTime
in file Reporting.php, variable PHP_CodeSniffer_Reporting::$startTime
    When the PHPCS run started.
$strict
in file CamelCapsFunctionNameSniff.php, variable Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::$strict
    If TRUE, the string must not have two capital letters next to each other.
$stringTokens
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$stringTokens
    A list string delimiters.
$stringTokens
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$stringTokens
    Tokens that represent strings.
$supportedTokenizers
in file FunctionOpeningBraceSpaceSniff.php, variable Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file FunctionClosingBraceSpaceSniff.php, variable Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file FunctionCallSignatureSniff.php, variable PEAR_Sniffs_Functions_FunctionCallSignatureSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file InlineCommentSniff.php, variable Squiz_Sniffs_Commenting_InlineCommentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file JoinStringsSniff.php, variable MySource_Sniffs_Strings_JoinStringsSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file JSLintSniff.php, variable Squiz_Sniffs_Debug_JSLintSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file LineEndingsSniff.php, variable Generic_Sniffs_Files_LineEndingsSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file JSHintSniff.php, variable Generic_Sniffs_Debug_JSHintSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ForLoopDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file JavaScriptLintSniff.php, variable Squiz_Sniffs_Debug_JavaScriptLintSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file InlineControlStructureSniff.php, variable Generic_Sniffs_ControlStructures_InlineControlStructureSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ForbiddenStylesSniff.php, variable Squiz_Sniffs_CSS_ForbiddenStylesSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DuplicateStyleDefinitionSniff.php, variable Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file EmptyClassDefinitionSniff.php, variable Squiz_Sniffs_CSS_EmptyClassDefinitionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DuplicatePropertySniff.php, variable Squiz_Sniffs_Classes_DuplicatePropertySniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DuplicateClassDefinitionSniff.php, variable Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DocCommentSniff.php, variable Generic_Sniffs_Commenting_DocCommentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file EmptyStyleDefinitionSniff.php, variable Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file EndFileNewlineSniff.php, variable Generic_Sniffs_Files_EndFileNewlineSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file FixmeSniff.php, variable Generic_Sniffs_Commenting_FixmeSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file FirebugConsoleSniff.php, variable MySource_Sniffs_Debug_FirebugConsoleSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file FileCommentSniff.php, variable Squiz_Sniffs_Commenting_FileCommentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file EndFileNoNewlineSniff.php, variable Generic_Sniffs_Files_EndFileNoNewlineSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file LogicalOperatorSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file LowerCaseConstantSniff.php, variable Generic_Sniffs_PHP_LowerCaseConstantSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file SemicolonSpacingSniff.php, variable Squiz_Sniffs_CSS_SemicolonSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ShorthandSizeSniff.php, variable Squiz_Sniffs_CSS_ShorthandSizeSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file SemicolonSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file PropertyLabelSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file SpaceAfterNotSniff.php, variable Generic_Sniffs_Formatting_SpaceAfterNotSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file SuperfluousWhitespaceSniff.php, variable Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file UnnecessaryStringConcatSniff.php, variable Generic_Sniffs_Strings_UnnecessaryStringConcatSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file AssignThisSniff.php, variable MySource_Sniffs_Objects_AssignThisSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file TodoSniff.php, variable Generic_Sniffs_Commenting_TodoSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file SwitchDeclarationSniff.php, variable Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file PostStatementCommentSniff.php, variable Squiz_Sniffs_Commenting_PostStatementCommentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file OperatorSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file MultiLineConditionSniff.php, variable PEAR_Sniffs_ControlStructures_MultiLineConditionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file MultiLineFunctionDeclarationSniff.php, variable Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file MissingColonSniff.php, variable Squiz_Sniffs_CSS_MissingColonSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file LowercaseStyleDefinitionSniff.php, variable Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DocCommentAlignmentSniff.php, variable Squiz_Sniffs_Commenting_DocCommentAlignmentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file MultipleStatementAlignmentSniff.php, variable Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file NamedColoursSniff.php, variable Squiz_Sniffs_CSS_NamedColoursSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file OperatorBracketSniff.php, variable Squiz_Sniffs_Formatting_OperatorBracketSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file OpacitySniff.php, variable Squiz_Sniffs_CSS_OpacitySniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ObjectMemberCommaSniff.php, variable Squiz_Sniffs_Objects_ObjectMemberCommaSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file BrowserSpecificStylesSniff.php, variable MySource_Sniffs_CSS_BrowserSpecificStylesSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file LongConditionClosingCommentSniff.php, variable Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file IndentationSniff.php, variable Squiz_Sniffs_CSS_IndentationSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DisallowObjectStringIndexSniff.php, variable Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ControlSignatureSniff.php, variable Squiz_Sniffs_ControlStructures_ControlSignatureSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ComparisonOperatorUsageSniff.php, variable Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file CommentedOutCodeSniff.php, variable Squiz_Sniffs_PHP_CommentedOutCodeSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ColourDefinitionSniff.php, variable Squiz_Sniffs_CSS_ColourDefinitionSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ClassDefinitionOpeningBraceSpaceSniff.php, variable Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ControlStructureSpacingSniff.php, variable Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ClassDefinitionNameSpacingSniff.php, variable Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DisallowMultipleStyleDefinitionsSniff.php, variable Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file CSSLintSniff.php, variable Generic_Sniffs_Debug_CSSLintSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file CreateWidgetTypeCallbackSniff.php, variable MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DisallowInlineIfSniff.php, variable Squiz_Sniffs_PHP_DisallowInlineIfSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ColonSpacingSniff.php, variable Squiz_Sniffs_CSS_ColonSpacingSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ClassDefinitionClosingBraceSpaceSniff.php, variable Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DisallowSpaceIndentSniff.php, variable Generic_Sniffs_WhiteSpace_DisallowSpaceIndentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DisallowTabIndentSniff.php, variable Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file DisallowSizeFunctionsInLoopsSniff.php, variable Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
$supportedTokenizers
in file ClosureLinterSniff.php, variable Generic_Sniffs_Debug_ClosureLinterSniff::$supportedTokenizers
    A list of tokenizers this sniff supports.
Source.php
procedural page Source.php
Summary.php
procedural page Summary.php
Svnblame.php
procedural page Svnblame.php
Sniff.php
procedural page Sniff.php
SpaceAfterCastSniff.php
procedural page SpaceAfterCastSniff.php
SpaceAfterNotSniff.php
procedural page SpaceAfterNotSniff.php
SAPIUsageSniff.php
procedural page SAPIUsageSniff.php
SyntaxSniff.php
procedural page SyntaxSniff.php
SubversionPropertiesSniff.php
procedural page SubversionPropertiesSniff.php
ScopeIndentSniff.php
procedural page ScopeIndentSniff.php
ScopeClosingBraceSniff.php
procedural page ScopeClosingBraceSniff.php
ScopeIndentSniff.php
procedural page ScopeIndentSniff.php
SideEffectsSniff.php
procedural page SideEffectsSniff.php
SwitchDeclarationSniff.php
procedural page SwitchDeclarationSniff.php
SelfMemberReferenceSniff.php
procedural page SelfMemberReferenceSniff.php
SwitchDeclarationSniff.php
procedural page SwitchDeclarationSniff.php
SemicolonSpacingSniff.php
procedural page SemicolonSpacingSniff.php
ShorthandSizeSniff.php
procedural page ShorthandSizeSniff.php
StaticThisUsageSniff.php
procedural page StaticThisUsageSniff.php
ScopeClosingBraceSniff.php
procedural page ScopeClosingBraceSniff.php
ScopeKeywordSpacingSniff.php
procedural page ScopeKeywordSpacingSniff.php
SemicolonSpacingSniff.php
procedural page SemicolonSpacingSniff.php
SuperfluousWhitespaceSniff.php
procedural page SuperfluousWhitespaceSniff.php
setActiveListener
in file File.php, method PHP_CodeSniffer_File::setActiveListener()
    Sets the name of the currently active sniff.
setAllowedFileExtensions
in file CodeSniffer.php, method PHP_CodeSniffer::setAllowedFileExtensions()
    Sets an array of file extensions that we will allow checking of.
setCli
in file CodeSniffer.php, method PHP_CodeSniffer::setCli()
    Sets the internal CLI object.
setCommandLineValues
in file CLI.php, method PHP_CodeSniffer_CLI::setCommandLineValues()
    Set the command line values.
setConfigData
in file CodeSniffer.php, method PHP_CodeSniffer::setConfigData()
    Set a single config value.
setEncoding
in file CodeSniffer.php, method PHP_CodeSniffer::setEncoding()
    Sets the encoding.
setIgnorePatterns
in file CodeSniffer.php, method PHP_CodeSniffer::setIgnorePatterns()
    Sets an array of ignore patterns that we use to skip files and folders.
setInteractive
in file CodeSniffer.php, method PHP_CodeSniffer::setInteractive()
    Sets the interactive flag.
setSniffProperty
in file CodeSniffer.php, method PHP_CodeSniffer::setSniffProperty()
    Set a single property for a sniff.
setTabWidth
in file CodeSniffer.php, method PHP_CodeSniffer::setTabWidth()
    Sets the tab width.
setVerbosity
in file CodeSniffer.php, method PHP_CodeSniffer::setVerbosity()
    Sets the verbosity level.
shouldIgnoreFile
in file CodeSniffer.php, method PHP_CodeSniffer::shouldIgnoreFile()
    Checks filtering rules to see if a file should be ignored.
shouldProcessFile
in file CodeSniffer.php, method PHP_CodeSniffer::shouldProcessFile()
    Checks filtering rules to see if a file should be checked.
Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff
in file ArrayBracketSpacingSniff.php, class Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff
    Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff.
Squiz_Sniffs_Arrays_ArrayDeclarationSniff
in file ArrayDeclarationSniff.php, class Squiz_Sniffs_Arrays_ArrayDeclarationSniff
    A test to ensure that arrays conform to the array coding standard.
Squiz_Sniffs_Classes_ClassDeclarationSniff
in file ClassDeclarationSniff.php, class Squiz_Sniffs_Classes_ClassDeclarationSniff
    Class Declaration Test.
Squiz_Sniffs_Classes_ClassFileNameSniff
in file ClassFileNameSniff.php, class Squiz_Sniffs_Classes_ClassFileNameSniff
    Squiz_Sniffs_Classes_ClassFileNameSniff.
Squiz_Sniffs_Classes_DuplicatePropertySniff
in file DuplicatePropertySniff.php, class Squiz_Sniffs_Classes_DuplicatePropertySniff
    Squiz_Sniffs_Classes_DuplicatePropertySniff.
Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff
in file LowercaseClassKeywordsSniff.php, class Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff
    Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff.
Squiz_Sniffs_Classes_SelfMemberReferenceSniff
in file SelfMemberReferenceSniff.php, class Squiz_Sniffs_Classes_SelfMemberReferenceSniff
    Tests self member references.
Squiz_Sniffs_Classes_ValidClassNameSniff
in file ValidClassNameSniff.php, class Squiz_Sniffs_Classes_ValidClassNameSniff
    Squiz_Sniffs_Classes_ValidClassNameSniff.
Squiz_Sniffs_Commenting_BlockCommentSniff
in file BlockCommentSniff.php, class Squiz_Sniffs_Commenting_BlockCommentSniff
    Squiz_Sniffs_Commenting_BlockCommentSniff.
Squiz_Sniffs_Commenting_ClassCommentSniff
in file ClassCommentSniff.php, class Squiz_Sniffs_Commenting_ClassCommentSniff
    Parses and verifies the class doc comment.
Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff
in file ClosingDeclarationCommentSniff.php, class Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff
    Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff.
Squiz_Sniffs_Commenting_DocCommentAlignmentSniff
in file DocCommentAlignmentSniff.php, class Squiz_Sniffs_Commenting_DocCommentAlignmentSniff
    Squiz_Sniffs_Commenting_DocCommentAlignmentSniff.
Squiz_Sniffs_Commenting_EmptyCatchCommentSniff
in file EmptyCatchCommentSniff.php, class Squiz_Sniffs_Commenting_EmptyCatchCommentSniff
    Squiz_Sniffs_Commenting_EmptyCatchCommentSniff.
Squiz_Sniffs_Commenting_FileCommentSniff
in file FileCommentSniff.php, class Squiz_Sniffs_Commenting_FileCommentSniff
    Parses and verifies the file doc comment.
Squiz_Sniffs_Commenting_FunctionCommentSniff
in file FunctionCommentSniff.php, class Squiz_Sniffs_Commenting_FunctionCommentSniff
    Parses and verifies the doc comments for functions.
Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff
in file FunctionCommentThrowTagSniff.php, class Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff
    Verifies that a @throws tag exists for a function that throws exceptions.
Squiz_Sniffs_Commenting_InlineCommentSniff
in file InlineCommentSniff.php, class Squiz_Sniffs_Commenting_InlineCommentSniff
    Squiz_Sniffs_Commenting_InlineCommentSniff.
Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff
in file LongConditionClosingCommentSniff.php, class Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff
    Squiz_Sniffs_ControlStructures_LongConditionClosingCommentSniff.
Squiz_Sniffs_Commenting_PostStatementCommentSniff
in file PostStatementCommentSniff.php, class Squiz_Sniffs_Commenting_PostStatementCommentSniff
    Squiz_Sniffs_Commenting_PostStatementCommentSniff.
Squiz_Sniffs_Commenting_VariableCommentSniff
in file VariableCommentSniff.php, class Squiz_Sniffs_Commenting_VariableCommentSniff
    Parses and verifies the variable doc comment.
Squiz_Sniffs_ControlStructures_ControlSignatureSniff
in file ControlSignatureSniff.php, class Squiz_Sniffs_ControlStructures_ControlSignatureSniff
    Verifies that control statements conform to their coding standards.
Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff
in file ElseIfDeclarationSniff.php, class Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff
    Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff.
Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff
in file ForEachLoopDeclarationSniff.php, class Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff
    Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff.
Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff
in file ForLoopDeclarationSniff.php, class Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff
    Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff.
Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff
in file InlineIfDeclarationSniff.php, class Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff
    Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff.
Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff
in file LowercaseDeclarationSniff.php, class Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff
    Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff.
Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff
in file SwitchDeclarationSniff.php, class Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff
    Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff.
Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff
in file ClassDefinitionClosingBraceSpaceSniff.php, class Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff
    Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff.
Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff
in file ClassDefinitionNameSpacingSniff.php, class Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff
    Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff.
Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff
in file ClassDefinitionOpeningBraceSpaceSniff.php, class Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff
    Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff.
Squiz_Sniffs_CSS_ColonSpacingSniff
in file ColonSpacingSniff.php, class Squiz_Sniffs_CSS_ColonSpacingSniff
    Squiz_Sniffs_CSS_ColonSpacingSniff.
Squiz_Sniffs_CSS_ColourDefinitionSniff
in file ColourDefinitionSniff.php, class Squiz_Sniffs_CSS_ColourDefinitionSniff
    Squiz_Sniffs_CSS_ColourDefinitionSniff.
Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff
in file DisallowMultipleStyleDefinitionsSniff.php, class Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff
    Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff.
Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff
in file DuplicateClassDefinitionSniff.php, class Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff
    Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff.
Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff
in file DuplicateStyleDefinitionSniff.php, class Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff
    Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff.
Squiz_Sniffs_CSS_EmptyClassDefinitionSniff
in file EmptyClassDefinitionSniff.php, class Squiz_Sniffs_CSS_EmptyClassDefinitionSniff
    Squiz_Sniffs_CSS_EmptyClassDefinitionSniff.
Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff
in file EmptyStyleDefinitionSniff.php, class Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff
    Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff.
Squiz_Sniffs_CSS_ForbiddenStylesSniff
in file ForbiddenStylesSniff.php, class Squiz_Sniffs_CSS_ForbiddenStylesSniff
    Squiz_Sniffs_CSS_ForbiddenStylesSniff.
Squiz_Sniffs_CSS_IndentationSniff
in file IndentationSniff.php, class Squiz_Sniffs_CSS_IndentationSniff
    Squiz_Sniffs_CSS_IndentationSniff.
Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff
in file LowercaseStyleDefinitionSniff.php, class Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff
    Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff.
Squiz_Sniffs_CSS_MissingColonSniff
in file MissingColonSniff.php, class Squiz_Sniffs_CSS_MissingColonSniff
    Squiz_Sniffs_CSS_MissingColonSniff.
Squiz_Sniffs_CSS_NamedColoursSniff
in file NamedColoursSniff.php, class Squiz_Sniffs_CSS_NamedColoursSniff
    Squiz_Sniffs_CSS_NamedColoursSniff.
Squiz_Sniffs_CSS_OpacitySniff
in file OpacitySniff.php, class Squiz_Sniffs_CSS_OpacitySniff
    Squiz_Sniffs_CSS_OpacitySniff.
Squiz_Sniffs_CSS_SemicolonSpacingSniff
in file SemicolonSpacingSniff.php, class Squiz_Sniffs_CSS_SemicolonSpacingSniff
    Squiz_Sniffs_CSS_SemicolonSpacingSniff.
Squiz_Sniffs_CSS_ShorthandSizeSniff
in file ShorthandSizeSniff.php, class Squiz_Sniffs_CSS_ShorthandSizeSniff
    Squiz_Sniffs_CSS_ShorthandSizeSniff.
Squiz_Sniffs_Debug_JavaScriptLintSniff
in file JavaScriptLintSniff.php, class Squiz_Sniffs_Debug_JavaScriptLintSniff
    Squiz_Sniffs_Debug_JavaScriptLintSniff.
Squiz_Sniffs_Debug_JSLintSniff
in file JSLintSniff.php, class Squiz_Sniffs_Debug_JSLintSniff
    Squiz_Sniffs_Debug_JSLintSniff.
Squiz_Sniffs_Files_FileExtensionSniff
in file FileExtensionSniff.php, class Squiz_Sniffs_Files_FileExtensionSniff
    Squiz_Sniffs_Files_FileExtensionSniff.
Squiz_Sniffs_Formatting_OperatorBracketSniff
in file OperatorBracketSniff.php, class Squiz_Sniffs_Formatting_OperatorBracketSniff
    Squiz_Sniffs_Formatting_OperationBracketSniff.
Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff
in file FunctionDeclarationArgumentSpacingSniff.php, class Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff
    Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff.
Squiz_Sniffs_Functions_FunctionDeclarationSniff
in file FunctionDeclarationSniff.php, class Squiz_Sniffs_Functions_FunctionDeclarationSniff
    Squiz_Sniffs_Functions_FunctionDeclarationSniff.
Squiz_Sniffs_Functions_FunctionDuplicateArgumentSniff
in file FunctionDuplicateArgumentSniff.php, class Squiz_Sniffs_Functions_FunctionDuplicateArgumentSniff
    Squiz_Sniffs_Functions_FunctionDuplicateArgumentSpacingSniff.
Squiz_Sniffs_Functions_GlobalFunctionSniff
in file GlobalFunctionSniff.php, class Squiz_Sniffs_Functions_GlobalFunctionSniff
    Squiz_Sniffs_Functions_GlobalFunctionSniff.
Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff
in file LowercaseFunctionKeywordsSniff.php, class Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff
    Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff.
Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff
in file MultiLineFunctionDeclarationSniff.php, class Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff
    Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff.
Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff
in file ValidFunctionNameSniff.php, class Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff
    Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff.
Squiz_Sniffs_NamingConventions_ValidVariableNameSniff
in file ValidVariableNameSniff.php, class Squiz_Sniffs_NamingConventions_ValidVariableNameSniff
    Squiz_Sniffs_NamingConventions_ValidVariableNameSniff.
Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff
in file DisallowObjectStringIndexSniff.php, class Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff
    Ensures that object indexes are written in dot notation.
Squiz_Sniffs_Objects_ObjectInstantiationSniff
in file ObjectInstantiationSniff.php, class Squiz_Sniffs_Objects_ObjectInstantiationSniff
    Squiz_Sniffs_Objects_ObjectInstantiationSniff.
Squiz_Sniffs_Objects_ObjectMemberCommaSniff
in file ObjectMemberCommaSniff.php, class Squiz_Sniffs_Objects_ObjectMemberCommaSniff
    Squiz_Sniffs_Objects_ObjectMemberCommaSniff.
Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff
in file ComparisonOperatorUsageSniff.php, class Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff
    A Sniff to enforce the use of IDENTICAL type operators rather than EQUAL operators.
Squiz_Sniffs_Operators_IncrementDecrementUsageSniff
in file IncrementDecrementUsageSniff.php, class Squiz_Sniffs_Operators_IncrementDecrementUsageSniff
    Squiz_Sniffs_Operators_IncrementDecrementUsageSniff.
Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff
in file ValidLogicalOperatorsSniff.php, class Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff
    Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff.
Squiz_Sniffs_PHP_CommentedOutCodeSniff
in file CommentedOutCodeSniff.php, class Squiz_Sniffs_PHP_CommentedOutCodeSniff
    Squiz_Sniffs_PHP_CommentedOutCodeSniff.
Squiz_Sniffs_PHP_DisallowBooleanStatementSniff
in file DisallowBooleanStatementSniff.php, class Squiz_Sniffs_PHP_DisallowBooleanStatementSniff
    Squiz_Sniffs_PHP_DisallowBooleanStatementSniff.
Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff
in file DisallowComparisonAssignmentSniff.php, class Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff
    Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff.
Squiz_Sniffs_PHP_DisallowInlineIfSniff
in file DisallowInlineIfSniff.php, class Squiz_Sniffs_PHP_DisallowInlineIfSniff
    Squiz_Sniffs_Formatting_DisallowInlineIfSniff.
Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff
in file DisallowMultipleAssignmentsSniff.php, class Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff
    Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff.
Squiz_Sniffs_PHP_DisallowObEndFlushSniff
in file DisallowObEndFlushSniff.php, class Squiz_Sniffs_PHP_DisallowObEndFlushSniff
    Squiz_Sniffs_Formatting_DisallowObEndFlushSniff.
Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff
in file DisallowSizeFunctionsInLoopsSniff.php, class Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff
    Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff.
Squiz_Sniffs_PHP_DiscouragedFunctionsSniff
in file DiscouragedFunctionsSniff.php, class Squiz_Sniffs_PHP_DiscouragedFunctionsSniff
    Squiz_Sniffs_PHP_DiscouragedFunctionsSniff.
Squiz_Sniffs_PHP_EmbeddedPhpSniff
in file EmbeddedPhpSniff.php, class Squiz_Sniffs_PHP_EmbeddedPhpSniff
    Squiz_Sniffs_PHP_EmbeddedPhpSniff.
Squiz_Sniffs_PHP_EvalSniff
in file EvalSniff.php, class Squiz_Sniffs_PHP_EvalSniff
    Squiz_Sniffs_PHP_EvalSniff.
Squiz_Sniffs_PHP_ForbiddenFunctionsSniff
in file ForbiddenFunctionsSniff.php, class Squiz_Sniffs_PHP_ForbiddenFunctionsSniff
    Squiz_Sniffs_PHP_ForbiddenFunctionsSniff.
Squiz_Sniffs_PHP_GlobalKeywordSniff
in file GlobalKeywordSniff.php, class Squiz_Sniffs_PHP_GlobalKeywordSniff
    Squiz_Sniffs_PHP_GlobalKeywordSniff.
Squiz_Sniffs_PHP_HeredocSniff
in file HeredocSniff.php, class Squiz_Sniffs_PHP_HeredocSniff
    Squiz_Sniffs_PHP_HeredocSniff.
Squiz_Sniffs_PHP_InnerFunctionsSniff
in file InnerFunctionsSniff.php, class Squiz_Sniffs_PHP_InnerFunctionsSniff
    Squiz_Sniffs_PHP_InnerFunctionsSniff.
Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff
in file LowercasePHPFunctionsSniff.php, class Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff
    Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff.
Squiz_Sniffs_PHP_NonExecutableCodeSniff
in file NonExecutableCodeSniff.php, class Squiz_Sniffs_PHP_NonExecutableCodeSniff
    Squiz_Sniffs_PHP_NonExecutableCodeSniff.
Squiz_Sniffs_Scope_MemberVarScopeSniff
in file MemberVarScopeSniff.php, class Squiz_Sniffs_Scope_MemberVarScopeSniff
    Verifies that class members have scope modifiers.
Squiz_Sniffs_Scope_MethodScopeSniff
in file MethodScopeSniff.php, class Squiz_Sniffs_Scope_MethodScopeSniff
    Verifies that class methods have scope modifiers.
Squiz_Sniffs_Scope_StaticThisUsageSniff
in file StaticThisUsageSniff.php, class Squiz_Sniffs_Scope_StaticThisUsageSniff
    Squiz_Sniffs_Scope_StaticThisUsageSniff.
Squiz_Sniffs_Strings_ConcatenationSpacingSniff
in file ConcatenationSpacingSniff.php, class Squiz_Sniffs_Strings_ConcatenationSpacingSniff
    Squiz_Sniffs_Strings_ConcatenationSpacingSniff.
Squiz_Sniffs_Strings_DoubleQuoteUsageSniff
in file DoubleQuoteUsageSniff.php, class Squiz_Sniffs_Strings_DoubleQuoteUsageSniff
    Squiz_Sniffs_Strings_DoubleQuoteUsageSniff.
Squiz_Sniffs_Strings_EchoedStringsSniff
in file EchoedStringsSniff.php, class Squiz_Sniffs_Strings_EchoedStringsSniff
    Squiz_Sniffs_Strings_EchoedStringsSniff.
Squiz_Sniffs_WhiteSpace_CastSpacingSniff
in file CastSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_CastSpacingSniff
    Squiz_Sniffs_WhiteSpace_CastSpacingSniff.
Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff
in file ControlStructureSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff
    Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff.
Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff
in file FunctionClosingBraceSpaceSniff.php, class Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff
    Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff.
Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff
in file FunctionOpeningBraceSpaceSniff.php, class Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff
    Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff.
Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff
in file FunctionSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff
    Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff.
Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff
in file LanguageConstructSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff
    Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff.
Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff
in file LogicalOperatorSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff
    Sniffs_Squiz_WhiteSpace_OperatorSpacingSniff.
Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff
in file MemberVarSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff
    Verifies that class members are spaced correctly.
Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff
in file ObjectOperatorSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff
    Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff.
Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff
in file OperatorSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff
    Sniffs_Squiz_WhiteSpace_OperatorSpacingSniff.
Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff
in file PropertyLabelSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff
    Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff.
Squiz_Sniffs_WhiteSpace_ScopeClosingBraceSniff
in file ScopeClosingBraceSniff.php, class Squiz_Sniffs_WhiteSpace_ScopeClosingBraceSniff
    Squiz_Sniffs_Whitespace_ScopeClosingBraceSniff.
Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff
in file ScopeKeywordSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff
    Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff.
Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff
in file SemicolonSpacingSniff.php, class Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff
    Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff.
Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff
in file SuperfluousWhitespaceSniff.php, class Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff
    Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff.
STABILITY
in file CodeSniffer.php, class constant PHP_CodeSniffer::STABILITY
    Package stability; either stable, beta or alpha.
standardiseToken
in file PHP.php, method PHP_CodeSniffer_Tokenizers_PHP::standardiseToken()
    Takes a token produced from
and produces a more uniform token.
start
in file File.php, method PHP_CodeSniffer_File::start()
    Starts the stack traversal and tells listeners when tokens are found.
startFile
in file Fixer.php, method PHP_CodeSniffer_Fixer::startFile()
    Starts fixing a new file.
startTiming
in file Reporting.php, method PHP_CodeSniffer_Reporting::startTiming()
    Start recording time for the run.
substrToken
in file Fixer.php, method PHP_CodeSniffer_Fixer::substrToken()
    Replace the content of a token with a part of its current content.
suggestType
in file CodeSniffer.php, method PHP_CodeSniffer::suggestType()
    Returns a valid variable type for param/var tag.
top

t

$tabIndent
in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$tabIndent
    Should tabs be used for indenting?
$tags
in file FileCommentSniff.php, variable PEAR_Sniffs_Commenting_FileCommentSniff::$tags
    Tags in correct order and related info.
$timeout
in file Notifysend.php, variable PHP_CodeSniffer_Reports_Notifysend::$timeout
    Notification timeout in milliseconds.
$tokenizer
in file File.php, variable PHP_CodeSniffer_File::$tokenizer
    The tokenizer being used for this file.
$tokenizerType
in file File.php, variable PHP_CodeSniffer_File::$tokenizerType
    The tokenizer being used for this file.
$tokenValues
in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$tokenValues
    A list of special JS tokens and their types.
$totalErrors
in file Reporting.php, variable PHP_CodeSniffer_Reporting::$totalErrors
    Total number of errors found during the run.
$totalFiles
in file Reporting.php, variable PHP_CodeSniffer_Reporting::$totalFiles
    Total number of files that contain errors or warnings.
$totalFixable
in file Reporting.php, variable PHP_CodeSniffer_Reporting::$totalFixable
    Total number of errors/warnings that can be fixed.
$totalWarnings
in file Reporting.php, variable PHP_CodeSniffer_Reporting::$totalWarnings
    Total number of warnings found during the run.
Text.php
procedural page Text.php
TodoSniff.php
procedural page TodoSniff.php
Tokens.php
procedural page Tokens.php
tokenizeString
in file Comment.php, method PHP_CodeSniffer_Tokenizers_Comment::tokenizeString()
    Creates an array of tokens when given some PHP code.
tokenizeString
in file File.php, method PHP_CodeSniffer_File::tokenizeString()
    Creates an array of tokens when given some PHP code.
tokenizeString
in file JS.php, method PHP_CodeSniffer_Tokenizers_JS::tokenizeString()
    Creates an array of tokens when given some JS code.
tokenizeString
in file CSS.php, method PHP_CodeSniffer_Tokenizers_CSS::tokenizeString()
    Creates an array of tokens when given some CSS code.
tokenizeString
in file PHP.php, method PHP_CodeSniffer_Tokenizers_PHP::tokenizeString()
    Creates an array of tokens when given some PHP code.
T_ANON_CLASS
in file Tokens.php, constant T_ANON_CLASS
T_ARRAY_HINT
in file Tokens.php, constant T_ARRAY_HINT
T_ASPERAND
in file Tokens.php, constant T_ASPERAND
T_BACKTICK
in file Tokens.php, constant T_BACKTICK
T_BINARY_CAST
in file Tokens.php, constant T_BINARY_CAST
T_BITWISE_AND
in file Tokens.php, constant T_BITWISE_AND
T_BITWISE_OR
in file Tokens.php, constant T_BITWISE_OR
T_BITWISE_XOR
in file Tokens.php, constant T_BITWISE_XOR
T_BOOLEAN_NOT
in file Tokens.php, constant T_BOOLEAN_NOT
T_CALLABLE
in file Tokens.php, constant T_CALLABLE
T_CLOSE_CURLY_BRACKET
in file Tokens.php, constant T_CLOSE_CURLY_BRACKET
T_CLOSE_OBJECT
in file Tokens.php, constant T_CLOSE_OBJECT
T_CLOSE_PARENTHESIS
in file Tokens.php, constant T_CLOSE_PARENTHESIS
T_CLOSE_SHORT_ARRAY
in file Tokens.php, constant T_CLOSE_SHORT_ARRAY
T_CLOSE_SQUARE_BRACKET
in file Tokens.php, constant T_CLOSE_SQUARE_BRACKET
T_CLOSE_USE_GROUP
in file Tokens.php, constant T_CLOSE_USE_GROUP
T_CLOSURE
in file Tokens.php, constant T_CLOSURE
T_COALESCE
in file Tokens.php, constant T_COALESCE
T_COLON
in file Tokens.php, constant T_COLON
T_COLOUR
in file Tokens.php, constant T_COLOUR
T_COMMA
in file Tokens.php, constant T_COMMA
T_DIR
in file Tokens.php, constant T_DIR
T_DIVIDE
in file Tokens.php, constant T_DIVIDE
T_DOC_COMMENT_CLOSE_TAG
in file Tokens.php, constant T_DOC_COMMENT_CLOSE_TAG
T_DOC_COMMENT_OPEN_TAG
in file Tokens.php, constant T_DOC_COMMENT_OPEN_TAG
T_DOC_COMMENT_STAR
in file Tokens.php, constant T_DOC_COMMENT_STAR
T_DOC_COMMENT_STRING
in file Tokens.php, constant T_DOC_COMMENT_STRING
T_DOC_COMMENT_TAG
in file Tokens.php, constant T_DOC_COMMENT_TAG
T_DOC_COMMENT_WHITESPACE
in file Tokens.php, constant T_DOC_COMMENT_WHITESPACE
T_DOLLAR
in file Tokens.php, constant T_DOLLAR
T_DOUBLE_QUOTED_STRING
in file Tokens.php, constant T_DOUBLE_QUOTED_STRING
T_ELLIPSIS
in file Tokens.php, constant T_ELLIPSIS
T_EMBEDDED_PHP
in file Tokens.php, constant T_EMBEDDED_PHP
T_END_NOWDOC
in file Tokens.php, constant T_END_NOWDOC
T_EQUAL
in file Tokens.php, constant T_EQUAL
T_FALSE
in file Tokens.php, constant T_FALSE
T_FINALLY
in file Tokens.php, constant T_FINALLY
T_GOTO
in file Tokens.php, constant T_GOTO
T_GOTO_LABEL
in file Tokens.php, constant T_GOTO_LABEL
T_GREATER_THAN
in file Tokens.php, constant T_GREATER_THAN
T_HASH
in file Tokens.php, constant T_HASH
T_HEREDOC
in file Tokens.php, constant T_HEREDOC
T_INLINE_ELSE
in file Tokens.php, constant T_INLINE_ELSE
T_INLINE_THEN
in file Tokens.php, constant T_INLINE_THEN
T_INSTEADOF
in file Tokens.php, constant T_INSTEADOF
T_LABEL
in file Tokens.php, constant T_LABEL
T_LESS_THAN
in file Tokens.php, constant T_LESS_THAN
T_MINUS
in file Tokens.php, constant T_MINUS
T_MODULUS
in file Tokens.php, constant T_MODULUS
T_MULTIPLY
in file Tokens.php, constant T_MULTIPLY
T_NAMESPACE
in file Tokens.php, constant T_NAMESPACE
T_NONE
in file Tokens.php, constant T_NONE
T_NOWDOC
in file Tokens.php, constant T_NOWDOC
T_NS_C
in file Tokens.php, constant T_NS_C
T_NS_SEPARATOR
in file Tokens.php, constant T_NS_SEPARATOR
T_NULL
in file Tokens.php, constant T_NULL
T_OBJECT
in file Tokens.php, constant T_OBJECT
T_OPEN_CURLY_BRACKET
in file Tokens.php, constant T_OPEN_CURLY_BRACKET
T_OPEN_PARENTHESIS
in file Tokens.php, constant T_OPEN_PARENTHESIS
T_OPEN_SHORT_ARRAY
in file Tokens.php, constant T_OPEN_SHORT_ARRAY
T_OPEN_SQUARE_BRACKET
in file Tokens.php, constant T_OPEN_SQUARE_BRACKET
T_OPEN_USE_GROUP
in file Tokens.php, constant T_OPEN_USE_GROUP
T_PARENT
in file Tokens.php, constant T_PARENT
T_PLUS
in file Tokens.php, constant T_PLUS
T_POW
in file Tokens.php, constant T_POW
T_POW_EQUAL
in file Tokens.php, constant T_POW_EQUAL
T_PROPERTY
in file Tokens.php, constant T_PROPERTY
T_PROTOTYPE
in file Tokens.php, constant T_PROTOTYPE
T_REGULAR_EXPRESSION
in file Tokens.php, constant T_REGULAR_EXPRESSION
T_RETURN_TYPE
in file Tokens.php, constant T_RETURN_TYPE
T_SELF
in file Tokens.php, constant T_SELF
T_SEMICOLON
in file Tokens.php, constant T_SEMICOLON
T_SPACESHIP
in file Tokens.php, constant T_SPACESHIP
T_START_NOWDOC
in file Tokens.php, constant T_START_NOWDOC
T_STRING_CONCAT
in file Tokens.php, constant T_STRING_CONCAT
T_STYLE
in file Tokens.php, constant T_STYLE
T_THIS
in file Tokens.php, constant T_THIS
T_TRAIT
in file Tokens.php, constant T_TRAIT
T_TRAIT_C
in file Tokens.php, constant T_TRAIT_C
T_TRUE
in file Tokens.php, constant T_TRUE
T_TYPEOF
in file Tokens.php, constant T_TYPEOF
T_URL
in file Tokens.php, constant T_URL
T_YIELD
in file Tokens.php, constant T_YIELD
top

u

UnconditionalIfStatementSniff.php
procedural page UnconditionalIfStatementSniff.php
UnnecessaryFinalModifierSniff.php
procedural page UnnecessaryFinalModifierSniff.php
UnusedFunctionParameterSniff.php
procedural page UnusedFunctionParameterSniff.php
UselessOverridingMethodSniff.php
procedural page UselessOverridingMethodSniff.php
UpperCaseConstantNameSniff.php
procedural page UpperCaseConstantNameSniff.php
UpperCaseConstantSniff.php
procedural page UpperCaseConstantSniff.php
UnnecessaryStringConcatSniff.php
procedural page UnnecessaryStringConcatSniff.php
UnusedSystemSniff.php
procedural page UnusedSystemSniff.php
UseDeclarationSniff.php
procedural page UseDeclarationSniff.php
top

v

$values
in file CLI.php, variable PHP_CodeSniffer_CLI::$values
    An array of all values specified on the command line.
$version
in file Notifysend.php, variable PHP_CodeSniffer_Reports_Notifysend::$version
    Version of installed notify-send executable.
VersionControl.php
procedural page VersionControl.php
ValidDefaultValueSniff.php
procedural page ValidDefaultValueSniff.php
ValidClassNameSniff.php
procedural page ValidClassNameSniff.php
ValidFunctionNameSniff.php
procedural page ValidFunctionNameSniff.php
ValidVariableNameSniff.php
procedural page ValidVariableNameSniff.php
ValidClassNameSniff.php
procedural page ValidClassNameSniff.php
VariableCommentSniff.php
procedural page VariableCommentSniff.php
ValidFunctionNameSniff.php
procedural page ValidFunctionNameSniff.php
ValidVariableNameSniff.php
procedural page ValidVariableNameSniff.php
ValidLogicalOperatorsSniff.php
procedural page ValidLogicalOperatorsSniff.php
ValidVariableNameSniff.php
procedural page ValidVariableNameSniff.php
validateStandard
in file CLI.php, method PHP_CodeSniffer_CLI::validateStandard()
    Convert the passed standards into valid standards.
VERSION
in file CodeSniffer.php, class constant PHP_CodeSniffer::VERSION
    The current version.
top

w

$warningSeverity
in file CLI.php, variable PHP_CodeSniffer_CLI::$warningSeverity
    The minimum severity level warnings must have to be displayed.
$weightings
in file Tokens.php, variable PHP_CodeSniffer_Tokens::$weightings
    The token weightings.
top

x

Xml.php
procedural page Xml.php
top

z

Zend_Sniffs_Debug_CodeAnalyzerSniff
in file CodeAnalyzerSniff.php, class Zend_Sniffs_Debug_CodeAnalyzerSniff
    Zend_Sniffs_Debug_CodeAnalyzerSniff.
Zend_Sniffs_Files_ClosingTagSniff
in file ClosingTagSniff.php, class Zend_Sniffs_Files_ClosingTagSniff
    Zend_Sniffs_Files_LineEndingsSniff.
Zend_Sniffs_NamingConventions_ValidVariableNameSniff
in file ValidVariableNameSniff.php, class Zend_Sniffs_NamingConventions_ValidVariableNameSniff
    Squiz_Sniffs_NamingConventions_ValidVariableNameSniff.
top

_

__construct
in file MethodDeclarationSniff.php, method PSR2_Sniffs_Methods_MethodDeclarationSniff::__construct()
    Constructs a Squiz_Sniffs_Scope_MethodScopeSniff.
__construct
in file LowercasePHPFunctionsSniff.php, method Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff::__construct()
    Construct the LowercasePHPFunctionSniff
__construct
in file IncludeSystemSniff.php, method MySource_Sniffs_Channels_IncludeSystemSniff::__construct()
    Constructs a Squiz_Sniffs_Scope_MethodScopeSniff.
__construct
in file MethodScopeSniff.php, method Squiz_Sniffs_Scope_MethodScopeSniff::__construct()
    Constructs a Squiz_Sniffs_Scope_MethodScopeSniff.
__construct
in file Notifysend.php, method PHP_CodeSniffer_Reports_Notifysend::__construct()
    Load configuration data.
__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 SelfMemberReferenceSniff.php, method Squiz_Sniffs_Classes_SelfMemberReferenceSniff::__construct()
    Constructs a Squiz_Sniffs_Classes_SelfMemberReferenceSniff.
__construct
in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::__construct()
    Constructs a PHP_CodeSniffer_DocGenerators_Generator object.
__construct
in file FunctionCommentThrowTagSniff.php, method Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff::__construct()
    Constructs a Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff.
__construct
in file CamelCapsFunctionNameSniff.php, method Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::__construct()
    Constructs a Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff.
__construct
in file AbstractVariableSniff.php, method PHP_CodeSniffer_Standards_AbstractVariableSniff::__construct()
    Constructs an AbstractVariableTest.
__construct
in file AbstractScopeSniff.php, method PHP_CodeSniffer_Standards_AbstractScopeSniff::__construct()
    Constructs a new AbstractScopeTest.
__construct
in file CodeSniffer.php, method PHP_CodeSniffer::__construct()
    Constructs a PHP_CodeSniffer object.
__construct
in file ConstructorNameSniff.php, method Generic_Sniffs_NamingConventions_ConstructorNameSniff::__construct()
    Constructs the test with the tokens it wishes to listen for.
__construct
in file File.php, method PHP_CodeSniffer_File::__construct()
    Constructs a PHP_CodeSniffer_File.
__construct
in file DeprecatedFunctionsSniff.php, method Generic_Sniffs_PHP_DeprecatedFunctionsSniff::__construct()
    Constructor.
__construct
in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::__construct()
    Constructs a PHP_CodeSniffer_Standards_AbstractPatternSniff.
top

Documentation generated on Mon, 11 Mar 2019 14:50:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.