Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ 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 Squiz_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
The limit that the length of a line must not exceed.
- $absoluteLineLimit
- in file LineLengthSniff.php, variable Generic_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
The limit that the length of a line must not exceed.
- $absoluteLineLimit
- in file LineLengthSniff.php, variable Zend_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
The limit that the length of a line must not exceed.
- $absoluteLineLimit
- in file LineLengthSniff.php, variable PEAR_Sniffs_Files_LineLengthSniff::$absoluteLineLimit
The limit that the length of a line must not exceed.
- $absoluteNestingLevel
- in file NestingLevelSniff.php, variable Generic_Sniffs_Metrics_NestingLevelSniff::$absoluteNestingLevel
A nesting level than this value will throw an error.
- $afterWhitespace
- in file AbstractDocElement.php, variable PHP_CodeSniffer_CommentParser_AbstractDocElement::$afterWhitespace
The whitespace the occurs after this element and its sub elements.
- $allowedFileExtensions
- in file CodeSniffer.php, variable PHP_CodeSniffer::$allowedFileExtensions
An array of extensions for files we will check.
- $allowedTypes
- in file CodeSniffer.php, variable PHP_CodeSniffer::$allowedTypes
An array of variable types for param/var we will check.
- $arithmeticTokens
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$arithmeticTokens
Tokens that represent arithmetic operators.
- $assignmentTokens
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$assignmentTokens
Tokens that represent assignments.
- addError
- in file File.php, method PHP_CodeSniffer_File::addError()
Adds an error to the error stack.
- addFile
- in file CodeSniffer.php, method PHP_CodeSniffer::addFile()
Adds a file to the list of checked files.
- addTokenListener
- in file File.php, method PHP_CodeSniffer_File::addTokenListener()
Adds a listener to the token stack that listens to the specific tokens.
- addWarning
- in file File.php, method PHP_CodeSniffer_File::addWarning()
Adds an warning to the warning stack.
- alignsCommentWith
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::alignsCommentWith()
Returns true if this parameter's comment aligns with the other's.
- alignsVariableWith
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::alignsVariableWith()
Returns true if this parameter's variable aligns with the other's.
- alignsWith
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::alignsWith()
Returns true if this parameter aligns with the other paramter.
- autoload
- in file CodeSniffer.php, method PHP_CodeSniffer::autoload()
Autoload static method for loading classes and interfaces.
- AbstractDocElement.php
- procedural page AbstractDocElement.php
- AbstractParser.php
- procedural page AbstractParser.php
- AbstractPatternSniff.php
- procedural page AbstractPatternSniff.php
- AbstractScopeSniff.php
- procedural page AbstractScopeSniff.php
- AbstractVariableSniff.php
- procedural page AbstractVariableSniff.php
- AssignThisSniff.php
- procedural page AssignThisSniff.php
- ArrayBracketSpacingSniff.php
- procedural page ArrayBracketSpacingSniff.php
- ArrayDeclarationSniff.php
- procedural page ArrayDeclarationSniff.php
top
top
c
- $castTokens
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$castTokens
Tokens that represent casting.
- $comment
- in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$comment
The comment element that appears in the doc comment.
- $commentParser
- in file FunctionCommentSniff.php, variable PEAR_Sniffs_Commenting_FunctionCommentSniff::$commentParser
The function comment parser for the current method.
- $commentParser
- in file FileCommentSniff.php, variable Squiz_Sniffs_Commenting_FileCommentSniff::$commentParser
The header comment parser for the current file.
- $commentParser
- in file FileCommentSniff.php, variable PEAR_Sniffs_Commenting_FileCommentSniff::$commentParser
The header comment parser for the current file.
- $commentParser
- in file FunctionCommentSniff.php, variable Squiz_Sniffs_Commenting_FunctionCommentSniff::$commentParser
The function comment parser for the current method.
- $commentParser
- in file VariableCommentSniff.php, variable Squiz_Sniffs_Commenting_VariableCommentSniff::$commentParser
The header comment parser for the current file.
- $commentString
- in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$commentString
The string content of the comment.
- $commentTokens
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$commentTokens
Tokens that are comments.
- $commentTokens
- in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$commentTokens
A list tokens that start and end comments.
- $comparisonTokens
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$comparisonTokens
Tokens that represent comparison operator.
- $complexity
- in file CyclomaticComplexitySniff.php, variable Generic_Sniffs_Metrics_CyclomaticComplexitySniff::$complexity
A complexity higher than this value will throw a warning.
- $content
- in file SingleElement.php, variable PHP_CodeSniffer_CommentParser_SingleElement::$content
The content that exists after the tag.
- $contentWhitespace
- in file SingleElement.php, variable PHP_CodeSniffer_CommentParser_SingleElement::$contentWhitespace
The whitespace that exists before the content.
- $currentFile
- in file FileCommentSniff.php, variable Squiz_Sniffs_Commenting_FileCommentSniff::$currentFile
The current PHP_CodeSniffer_File object we are processing.
- $currentFile
- in file FileCommentSniff.php, variable PEAR_Sniffs_Commenting_FileCommentSniff::$currentFile
The current PHP_CodeSniffer_File object we are processing.
- $currentFile
- in file AbstractVariableSniff.php, variable PHP_CodeSniffer_Standards_AbstractVariableSniff::$currentFile
The current PHP_CodeSniffer file that we are processing.
- $currentFile
- in file FunctionCommentSniff.php, variable PEAR_Sniffs_Commenting_FunctionCommentSniff::$currentFile
The current PHP_CodeSniffer_File object we are processing.
- $currentFile
- in file FunctionCommentSniff.php, variable Squiz_Sniffs_Commenting_FunctionCommentSniff::$currentFile
The current PHP_CodeSniffer_File object we are processing.
- $currScope
- in file AbstractScopeSniff.php, variable PHP_CodeSniffer_Standards_AbstractScopeSniff::$currScope
The position in the tokens array that opened the current scope.
- calculateExpectedIndent
- in file ScopeIndentSniff.php, method Squiz_Sniffs_WhiteSpace_ScopeIndentSniff::calculateExpectedIndent()
Calculates the expected indent of a token.
- calculateExpectedIndent
- in file ScopeIndentSniff.php, method Generic_Sniffs_WhiteSpace_ScopeIndentSniff::calculateExpectedIndent()
Calculates the expected indent of a token.
- checkRequirements
- in file CLI.php, method PHP_CodeSniffer_CLI::checkRequirements()
Exits if the minimum requirements of PHP_CodSniffer are not met.
- CLI.php
- procedural page CLI.php
- ClassCommentParser.php
- procedural page ClassCommentParser.php
- CommentElement.php
- procedural page CommentElement.php
- CodingStandard.php
- procedural page CodingStandard.php
- CyclomaticComplexitySniff.php
- procedural page CyclomaticComplexitySniff.php
- ClassDeclarationSniff.php
- procedural page ClassDeclarationSniff.php
- ClassCommentSniff.php
- procedural page ClassCommentSniff.php
- ControlSignatureSniff.php
- procedural page ControlSignatureSniff.php
- ClassDeclarationSniff.php
- procedural page ClassDeclarationSniff.php
- ClassFileNameSniff.php
- procedural page ClassFileNameSniff.php
- ClassCommentSniff.php
- procedural page ClassCommentSniff.php
- ClosingDeclarationCommentSniff.php
- procedural page ClosingDeclarationCommentSniff.php
- ControlSignatureSniff.php
- procedural page ControlSignatureSniff.php
- ConstantCaseSniff.php
- procedural page ConstantCaseSniff.php
- ComparisonOperatorUsageSniff.php
- procedural page ComparisonOperatorUsageSniff.php
- CommentedOutCodeSniff.php
- procedural page CommentedOutCodeSniff.php
- ConcatenationSpacingSniff.php
- procedural page ConcatenationSpacingSniff.php
- CastSpacingSniff.php
- procedural page CastSpacingSniff.php
- ControlStructureSpacingSniff.php
- procedural page ControlStructureSpacingSniff.php
- CodeAnalyzerSniff.php
- procedural page CodeAnalyzerSniff.php
- ClosingTagSniff.php
- procedural page ClosingTagSniff.php
- CodeSniffer.php
- procedural page CodeSniffer.php
top
top
e
- $emptyTokens
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$emptyTokens
Tokens that don't represent code.
- $endScopeTokens
- in file PHP.php, variable PHP_CodeSniffer_Tokenizers_PHP::$endScopeTokens
A list of tokens that end the scope.
- $endScopeTokens
- in file JS.php, variable PHP_CodeSniffer_Tokenizers_JS::$endScopeTokens
A list of tokens that end the scope.
- $eolChar
- in file LineEndingsSniff.php, variable Generic_Sniffs_Files_LineEndingsSniff::$eolChar
The valid EOL character.
- $eolChar
- in file LineEndingsSniff.php, variable Squiz_Sniffs_Files_LineEndingsSniff::$eolChar
The valid EOL character.
- $eolChar
- in file LineEndingsSniff.php, variable PEAR_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.
- $error
- in file MultipleStatementAlignmentSniff.php, variable Squiz_Sniffs_Formatting_MultipleStatementAlignmentSniff::$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.
- $exact
- in file ScopeIndentSniff.php, variable Generic_Sniffs_WhiteSpace_ScopeIndentSniff::$exact
Does the indent need to be exactly right.
- ERROR
- in file File.php, class constant PHP_CodeSniffer_File::ERROR
A constant to represent an error in PHP_CodeSniffer.
- Exception.php
- procedural page Exception.php
- EmptyStatementSniff.php
- procedural page EmptyStatementSniff.php
- EvalObjectFactorySniff.php
- procedural page EvalObjectFactorySniff.php
- EmptyCatchCommentSniff.php
- procedural page EmptyCatchCommentSniff.php
- ElseIfDeclarationSniff.php
- procedural page ElseIfDeclarationSniff.php
- EmbeddedPhpSniff.php
- procedural page EmbeddedPhpSniff.php
- EvalSniff.php
- procedural page EvalSniff.php
- EchoedStringsSniff.php
- procedural page EchoedStringsSniff.php
top
f
- $file
- in file CodeSniffer.php, variable PHP_CodeSniffer::$file
The file or directory that is currently being processed.
- $files
- in file CodeSniffer.php, variable PHP_CodeSniffer::$files
The files that have been processed.
- $forbiddenFunctions
- in file ForbiddenFunctionsSniff.php, variable Generic_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctions
A list of forbidden functions with their alternatives.
- $forbiddenFunctions
- in file ForbiddenFunctionsSniff.php, variable Squiz_Sniffs_PHP_ForbiddenFunctionsSniff::$forbiddenFunctions
A list of forbidden functions with their alternatives.
- $forbiddenFunctions
- in file DisallowSizeFunctionsInLoopsSniff.php, variable Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff::$forbiddenFunctions
An array of functions we don't want in the condition of loops.
- findFirstOnLine
- in file File.php, method PHP_CodeSniffer_File::findFirstOnLine()
Returns the position of the first token on a line, matching given type.
- findIncrementers
- in file JumbledIncrementerSniff.php, method Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff::findIncrementers()
Get all used variables in the incrementer part of a for statement.
- findNext
- in file File.php, method PHP_CodeSniffer_File::findNext()
Returns the position of the next specified token(s).
- findPrevious
- in file File.php, method PHP_CodeSniffer_File::findPrevious()
Returns the position of the next specified token(s).
- FunctionCommentParser.php
- procedural page FunctionCommentParser.php
- File.php
- procedural page File.php
- ForLoopShouldBeWhileLoopSniff.php
- procedural page ForLoopShouldBeWhileLoopSniff.php
- ForLoopWithTestFunctionCallSniff.php
- procedural page ForLoopWithTestFunctionCallSniff.php
- ForbiddenFunctionsSniff.php
- procedural page ForbiddenFunctionsSniff.php
- FirebugConsoleSniff.php
- procedural page FirebugConsoleSniff.php
- FileCommentSniff.php
- procedural page FileCommentSniff.php
- FunctionCommentSniff.php
- procedural page FunctionCommentSniff.php
- FunctionCallArgumentSpacingSniff.php
- procedural page FunctionCallArgumentSpacingSniff.php
- FunctionCallSignatureSniff.php
- procedural page FunctionCallSignatureSniff.php
- FileCommentSniff.php
- procedural page FileCommentSniff.php
- FunctionCommentSniff.php
- procedural page FunctionCommentSniff.php
- FunctionCommentThrowTagSniff.php
- procedural page FunctionCommentThrowTagSniff.php
- ForEachLoopDeclarationSniff.php
- procedural page ForEachLoopDeclarationSniff.php
- ForLoopDeclarationSniff.php
- procedural page ForLoopDeclarationSniff.php
- FileExtensionSniff.php
- procedural page FileExtensionSniff.php
- FunctionDeclarationArgumentSpacingSniff.php
- procedural page FunctionDeclarationArgumentSpacingSniff.php
- FunctionDeclarationSniff.php
- procedural page FunctionDeclarationSniff.php
- FunctionDuplicateArgumentSniff.php
- procedural page FunctionDuplicateArgumentSniff.php
- ForbiddenFunctionsSniff.php
- procedural page ForbiddenFunctionsSniff.php
- FunctionClosingBraceSpaceSniff.php
- procedural page FunctionClosingBraceSpaceSniff.php
- FunctionOpeningBraceSpaceSniff.php
- procedural page FunctionOpeningBraceSpaceSniff.php
- FunctionSpacingSniff.php
- procedural page FunctionSpacingSniff.php
top
g
- generate
- in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::generate()
Generates the documentation for a standard.
- generate
- in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::generate()
Generates the documentation for a standard.
- generateDocs
- in file CodeSniffer.php, method PHP_CodeSniffer::generateDocs()
Generates documentation for a coding standard.
- Generic_Sniffs_CodeAnalysis_EmptyStatementSniff
- in file EmptyStatementSniff.php, class Generic_Sniffs_CodeAnalysis_EmptyStatementSniff
This sniff class detected empty statement.
- Generic_Sniffs_CodeAnalysis_ForLoopShouldBeWhileLoopSniff
- in file ForLoopShouldBeWhileLoopSniff.php, class Generic_Sniffs_CodeAnalysis_ForLoopShouldBeWhileLoopSniff
Detects for-loops that can be simplified to a while-loop.
- Generic_Sniffs_CodeAnalysis_ForLoopWithTestFunctionCallSniff
- in file ForLoopWithTestFunctionCallSniff.php, class Generic_Sniffs_CodeAnalysis_ForLoopWithTestFunctionCallSniff
Detects for-loops that use a function call in the test expression.
- Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff
- in file JumbledIncrementerSniff.php, class Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff
Detects incrementer jumbling in for loops.
- Generic_Sniffs_CodeAnalysis_UnconditionalIfStatementSniff
- in file UnconditionalIfStatementSniff.php, class Generic_Sniffs_CodeAnalysis_UnconditionalIfStatementSniff
Detects unconditional if- and elseif-statements.
- Generic_Sniffs_CodeAnalysis_UnnecessaryFinalModifierSniff
- in file UnnecessaryFinalModifierSniff.php, class Generic_Sniffs_CodeAnalysis_UnnecessaryFinalModifierSniff
Detects unnecessary final modifiers inside of final classes.
- Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff
- in file UnusedFunctionParameterSniff.php, class Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff
Checks the for unused function parameters.
- Generic_Sniffs_CodeAnalysis_UselessOverridingMethodSniff
- in file UselessOverridingMethodSniff.php, class Generic_Sniffs_CodeAnalysis_UselessOverridingMethodSniff
Detects unnecessary final modifiers inside of final classes.
- Generic_Sniffs_Files_LineEndingsSniff
- in file LineEndingsSniff.php, class Generic_Sniffs_Files_LineEndingsSniff
Generic_Sniffs_Files_LineEndingsSniff.
- Generic_Sniffs_Files_LineLengthSniff
- in file LineLengthSniff.php, class Generic_Sniffs_Files_LineLengthSniff
Generic_Sniffs_Files_LineLengthSniff.
- Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff
- in file MultipleStatementAlignmentSniff.php, class Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff
Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff.
- Generic_Sniffs_Formatting_NoSpaceAfterCastSniff
- in file NoSpaceAfterCastSniff.php, class Generic_Sniffs_Formatting_NoSpaceAfterCastSniff
Generic_Sniffs_Formatting_NoSpaceAfterCastSniff.
- Generic_Sniffs_Formatting_SpaceAfterCastSniff
- in file SpaceAfterCastSniff.php, class Generic_Sniffs_Formatting_SpaceAfterCastSniff
Generic_Sniffs_Formatting_SpaceAfterCastSniff.
- Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff
- in file OpeningFunctionBraceBsdAllmanSniff.php, class Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff
Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff.
- Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff
- in file OpeningFunctionBraceKernighanRitchieSniff.php, class Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff
Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff.
- Generic_Sniffs_Metrics_CyclomaticComplexitySniff
- in file CyclomaticComplexitySniff.php, class Generic_Sniffs_Metrics_CyclomaticComplexitySniff
Checks the cyclomatic complexity (McCabe) for functions.
- Generic_Sniffs_Metrics_NestingLevelSniff
- in file NestingLevelSniff.php, class Generic_Sniffs_Metrics_NestingLevelSniff
Checks the nesting level for methods.
- Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
- in file UpperCaseConstantNameSniff.php, class Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff
Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff.
- Generic_Sniffs_PHP_DisallowShortOpenTagSniff
- in file DisallowShortOpenTagSniff.php, class Generic_Sniffs_PHP_DisallowShortOpenTagSniff
Generic_Sniffs_PHP_DisallowShortOpenTagSniff.
- Generic_Sniffs_PHP_ForbiddenFunctionsSniff
- in file ForbiddenFunctionsSniff.php, class Generic_Sniffs_PHP_ForbiddenFunctionsSniff
Generic_Sniffs_PHP_ForbiddenFunctionsSniff.
- Generic_Sniffs_PHP_LowerCaseConstantSniff
- in file LowerCaseConstantSniff.php, class Generic_Sniffs_PHP_LowerCaseConstantSniff
Generic_Sniffs_PHP_LowerCaseConstantSniff.
- Generic_Sniffs_PHP_UpperCaseConstantSniff
- in file UpperCaseConstantSniff.php, class Generic_Sniffs_PHP_UpperCaseConstantSniff
Generic_Sniffs_PHP_UpperCaseConstantSniff.
- Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff
- in file DisallowTabIndentSniff.php, class Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff
Generic_Sniffs_WhiteSpace_DisallowTabIndentSniff.
- Generic_Sniffs_WhiteSpace_ScopeIndentSniff
- in file ScopeIndentSniff.php, class Generic_Sniffs_WhiteSpace_ScopeIndentSniff
Generic_Sniffs_Whitespace_ScopeIndentSniff.
- getAllConfigData
- in file CodeSniffer.php, method PHP_CodeSniffer::getAllConfigData()
Get all config data in an array.
- getAllowedTags
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getAllowedTags()
Returns the allowed tags that can exist in a function comment.
- getAllowedTags
- in file MemberCommentParser.php, method PHP_CodeSniffer_CommentParser_MemberCommentParser::getAllowedTags()
Returns the allowed tags for this parser.
- getAllowedTags
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getAllowedTags()
Returns the allowed tags withing a class comment.
- getAllowedTags
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getAllowedTags()
Returns a list of tags that this comment parser allows for it's comment.
- getAuthors
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getAuthors()
Returns the authors of this class comment.
- getCategory
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getCategory()
Returns the category of this class comment.
- getCommandLineValues
- in file CLI.php, method PHP_CodeSniffer_CLI::getCommandLineValues()
Process the command line arguments and returns the values.
- getComment
- in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::getComment()
Returns the comment associated with the value of this tag.
- getComment
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getComment()
Returns the comment element that appears at the top of this doc comment.
- getComment
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getComment()
Returns the comment of this comment for this parameter.
- getConfigData
- in file CodeSniffer.php, method PHP_CodeSniffer::getConfigData()
Get a single config value.
- getContent
- in file SingleElement.php, method PHP_CodeSniffer_CommentParser_SingleElement::getContent()
Returns the content of this tag.
- getCopyrights
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getCopyrights()
Returns the copyrights of this class comment.
- getDeclarationName
- in file File.php, method PHP_CodeSniffer_File::getDeclarationName()
Returns the declaration names for T_CLASS, T_INTERFACE and T_FUNCTION tokens.
- getDefaults
- in file CLI.php, method PHP_CodeSniffer_CLI::getDefaults()
Get a list of default values for all possible command line arguments.
- getDeprecated
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getDeprecated()
Returns the deprecated element found in this comment.
- getErrorCount
- in file File.php, method PHP_CodeSniffer_File::getErrorCount()
Returns the number of errors raised.
- getErrors
- in file File.php, method PHP_CodeSniffer_File::getErrors()
Returns the errors raised from processing this file.
- getExcludedSniffs
- in file PHPCSCodingStandard.php, method PHP_CodeSniffer_Standards_PHPCS_PHPCSCodingStandard::getExcludedSniffs()
Return a list of external sniffs to exclude from this standard.
- getExcludedSniffs
- in file CodingStandard.php, method PHP_CodeSniffer_Standards_CodingStandard::getExcludedSniffs()
Return a list of external sniffs to exclude from this standard.
- getFilename
- in file File.php, method PHP_CodeSniffer_File::getFilename()
Returns the absolute filename of this file.
- getFiles
- in file CodeSniffer.php, method PHP_CodeSniffer::getFiles()
Returns the PHP_CodeSniffer file objects.
- getHighestWeightedToken
- in file Tokens.php, method PHP_CodeSniffer_Tokens::getHighestWeightedToken()
Returns the highest weighted token type.
- getIncludedSniffs
- in file MySourceCodingStandard.php, method PHP_CodeSniffer_Standards_MySource_MySourceCodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
- getIncludedSniffs
- in file PHPCSCodingStandard.php, method PHP_CodeSniffer_Standards_PHPCS_PHPCSCodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
- getIncludedSniffs
- in file PEARCodingStandard.php, method PHP_CodeSniffer_Standards_PEAR_PEARCodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
- getIncludedSniffs
- in file CodingStandard.php, method PHP_CodeSniffer_Standards_CodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
- getIncludedSniffs
- in file SquizCodingStandard.php, method PHP_CodeSniffer_Standards_Squiz_SquizCodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
- getIncludedSniffs
- in file ZendCodingStandard.php, method PHP_CodeSniffer_Standards_Zend_ZendCodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
- getIndentation
- in file FileCommentSniff.php, method Squiz_Sniffs_Commenting_FileCommentSniff::getIndentation()
Get the indentation information of each tag.
- getIndentation
- in file FileCommentSniff.php, method PEAR_Sniffs_Commenting_FileCommentSniff::getIndentation()
Get the indentation information of each tag.
- getInstalledStandards
- in file CodeSniffer.php, method PHP_CodeSniffer::getInstalledStandards()
Get a list of all coding standards installed.
- getLicense
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getLicense()
Returns the license of this class comment.
- getLine
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getLine()
Returns the line in which this element first occured.
- getLine
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getLine()
Returns the line that this element started on.
- getLine
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getLine()
Returns the line that the token exists on in the doc comment.
- getLineWithinComment
- in file ParserException.php, method PHP_CodeSniffer_CommentParser_ParserException::getLineWithinComment()
Returns the line number within the comment where the exception occured.
- getLinks
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getLinks()
Returns the link elements found in this comment.
- getLongComment
- in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getLongComment()
Returns the long comment description.
- getMemberProperties
- in file File.php, method PHP_CodeSniffer_File::getMemberProperties()
Returns the visibility and implementation properies of the class member variable found at the specified position in the stack.
- getMethodParameters
- in file File.php, method PHP_CodeSniffer_File::getMethodParameters()
Returns the method parameters for the specified T_FUNCTION token.
- getMethodProperties
- in file File.php, method PHP_CodeSniffer_File::getMethodProperties()
Returns the visibility and implementation properies of a method.
- getNewlineAfter
- in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getNewlineAfter()
Returns the number of newlines that exist before the tags.
- getNextElement
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getNextElement()
Returns the element that exists after this.
- getNextElement
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getNextElement()
Returns the element that appears after this element.
- getOrder
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getOrder()
Returns the order that this element appears in the doc comment.
- getOrder
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getOrder()
Returns the order that this element appears in the comment.
- getPackage
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getPackage()
Returns the package that this class belongs to.
- getParams
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getParams()
Returns the parameter elements that this function comment contains.
- getPatterns
- in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::getPatterns()
Returns the patterns that should be checked.
- getPatterns
- in file FunctionDeclarationSniff.php, method Squiz_Sniffs_Functions_FunctionDeclarationSniff::getPatterns()
Returns an array of patterns to check are correct.
- getPatterns
- in file ControlSignatureSniff.php, method Squiz_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns()
Returns the patterns that this test wishes to verify.
- getPatterns
- in file ControlSignatureSniff.php, method PEAR_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns()
Returns the patterns that this test wishes to verify.
- getPosition
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getPosition()
Returns the postition of this parameter are it appears in the comment.
- getPreviousElement
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getPreviousElement()
Returns the element that appears before this element.
- getPreviousElement
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getPreviousElement()
Returns the element that exists before this.
- getRawContent
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getRawContent()
Returns the raw content of this element, ommiting the tag.
- getRawContent
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getRawContent()
Returns the raw content of this element, ommiting the tag.
- getReturn
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getReturn()
Returns the return element in this fucntion comment.
- getSees
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getSees()
Returns the see elements that appear in this doc comment.
- getShortComment
- in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getShortComment()
Returns the short comment description.
- getSince
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getSince()
Returns the since element found in this comment.
- getSniffFiles
- in file CodeSniffer.php, method PHP_CodeSniffer::getSniffFiles()
Return a list of sniffs that a coding standard has defined.
- getSniffs
- in file CodeSniffer.php, method PHP_CodeSniffer::getSniffs()
Gets the array of PHP_CodeSniffer_Sniff's.
- getStandard
- in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getStandard()
Retrieves the name of the standard we are generating docs for.
- getStandardFiles
- in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getStandardFiles()
Returns a list of paths to XML standard files for all sniffs in a standard.
- getSubElements
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getSubElements()
Returns the element names that this tag is comprised of, in the order that they appear in the tag.
- getSubElements
- in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::getSubElements()
Returns the element names that this tag is comprised of, in the order that they appear in the tag.
- getSubElements
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getSubElements()
Returns the sub element names that make up this element in the order they appear in the element.
- getSubElements
- in file SingleElement.php, method PHP_CodeSniffer_CommentParser_SingleElement::getSubElements()
Returns the element names that this tag is comprised of, in the order that they appear in the tag.
- getSubpackage
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getSubpackage()
Returns the subpackage that this class belongs to.
- getTag
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getTag()
Returns the tag that this element represents, ommiting the @ symbol.
- getTag
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getTag()
Returns the name of the tag this element represents, omitting the @ symbol.
- getTagOrders
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getTagOrders()
Returns the tag orders (index => tagName).
- getThrows
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::getThrows()
Returns the throws elements in this fucntion comment.
- getTitle
- in file Generator.php, method PHP_CodeSniffer_DocGenerators_Generator::getTitle()
Retrieves the title of the sniff from the DOMNode supplied.
- getTokenListeners
- in file CodeSniffer.php, method PHP_CodeSniffer::getTokenListeners()
Gets installed sniffs in the coding standard being used.
- getTokens
- in file File.php, method PHP_CodeSniffer_File::getTokens()
Returns the token stack for this file.
- getTokensAsString
- in file File.php, method PHP_CodeSniffer_File::getTokensAsString()
Returns the content of the tokens from the specified start position in the token stack for the specified legnth.
- getType
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getType()
Returns the variable type that this string represents.
- getUnknown
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::getUnknown()
Returns the unknown tags.
- getValue
- in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::getValue()
Returns the value of the tag.
- getVar
- in file MemberCommentParser.php, method PHP_CodeSniffer_CommentParser_MemberCommentParser::getVar()
Returns the var tag found in the member comment.
- getVarName
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getVarName()
Returns the variable name that this parameter tag represents.
- getVersion
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::getVersion()
Returns the version of this class comment.
- 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.
- getWhitespaceAfter
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getWhitespaceAfter()
Returns the whitespace that exists after this element.
- getWhitespaceAfter
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getWhitespaceAfter()
Returns the whitespace that exists after this element.
- getWhitespaceBefore
- in file DocElement.php, method PHP_CodeSniffer_CommentParser_DocElement::getWhitespaceBefore()
Returns the whitespace that exists before this element.
- getWhitespaceBefore
- in file AbstractDocElement.php, method PHP_CodeSniffer_CommentParser_AbstractDocElement::getWhitespaceBefore()
Returns the whitespace that exists before this element.
- getWhiteSpaceBeforeComment
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getWhiteSpaceBeforeComment()
Returns the whitespace before the comment.
- getWhitespaceBeforeContent
- in file SingleElement.php, method PHP_CodeSniffer_CommentParser_SingleElement::getWhitespaceBeforeContent()
Returns the witespace before the content of this tag.
- getWhiteSpaceBeforeType
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getWhiteSpaceBeforeType()
Returns the whitespace before the variable type.
- getWhitespaceBeforeValue
- in file PairElement.php, method PHP_CodeSniffer_CommentParser_PairElement::getWhitespaceBeforeValue()
Returns the witespace before the content of this tag.
- getWhiteSpaceBeforeVarName
- in file ParameterElement.php, method PHP_CodeSniffer_CommentParser_ParameterElement::getWhiteSpaceBeforeVarName()
Returns the whitespace before the variable name.
- getWhiteSpaceBetween
- in file CommentElement.php, method PHP_CodeSniffer_CommentParser_CommentElement::getWhiteSpaceBetween()
Returns the whitespace that exists between the short and the long comment description.
- Generator.php
- procedural page Generator.php
- GenericCodingStandard.php
- procedural page GenericCodingStandard.php
- GlobalFunctionSniff.php
- procedural page GlobalFunctionSniff.php
- GlobalKeywordSniff.php
- procedural page GlobalKeywordSniff.php
top
top
top
top
top
m
- $maxPadding
- in file MultipleStatementAlignmentSniff.php, variable Generic_Sniffs_Formatting_MultipleStatementAlignmentSniff::$maxPadding
The maximum amount of padding before the alignment is ignore.
- $maxPercentage
- in file CommentedOutCodeSniff.php, variable Squiz_Sniffs_PHP_CommentedOutCodeSniff::$maxPercentage
If a comment is more than $maxPercentage% code, a warning will be shown.
- 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_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_DisallowNewWidgetSniff
- in file DisallowNewWidgetSniff.php, class MySource_Sniffs_Objects_DisallowNewWidgetSniff
Ensures that widgets are not manually created.
- 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_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 the + operator.
- MemberCommentParser.php
- procedural page MemberCommentParser.php
- MultipleStatementAlignmentSniff.php
- procedural page MultipleStatementAlignmentSniff.php
- MySourceCodingStandard.php
- procedural page MySourceCodingStandard.php
- MultipleStatementAlignmentSniff.php
- procedural page MultipleStatementAlignmentSniff.php
- MemberVarScopeSniff.php
- procedural page MemberVarScopeSniff.php
- MethodScopeSniff.php
- procedural page MethodScopeSniff.php
- MemberVarSpacingSniff.php
- procedural page MemberVarSpacingSniff.php
top
top
top
p
- $parenthesisOpeners
- in file Tokens.php, variable PHP_CodeSniffer_Tokens::$parenthesisOpeners
Token types that open parethesis.
- $phpcsFile
- in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$phpcsFile
The file that the comment exists in.
- $phpcsFile
- in file AbstractDocElement.php, variable PHP_CodeSniffer_CommentParser_AbstractDocElement::$phpcsFile
The file this element is in.
- $previousElement
- in file AbstractDocElement.php, variable PHP_CodeSniffer_CommentParser_AbstractDocElement::$previousElement
The element previous to this element.
- $previousElement
- in file AbstractParser.php, variable PHP_CodeSniffer_CommentParser_AbstractParser::$previousElement
The previous doc element that was processed.
- parse
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parse()
Initiates the parsing of the doc comment.
- parseAuthor
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parseAuthor()
Parses the author tag of this class comment.
- parseCategory
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parseCategory()
Parses the category tag of this class comment.
- parseComment
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parseComment()
Parses the comment element that appears at the top of the doc comment.
- parseCopyright
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parseCopyright()
Parses the copyright tags of this class comment.
- parseDeprecated
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parseDeprecated()
Parses \@deprecated tags.
- parseLicense
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parseLicense()
Parses the license tag of this class comment.
- parseLink
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parseLink()
Parses \@link tags.
- parsePackage
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parsePackage()
Parses the package tag found in this test.
- parseParam
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::parseParam()
Parses parameter elements.
- parseReturn
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::parseReturn()
Parses return elements.
- parseSee
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parseSee()
Parses see tag element within the doc comment.
- parseSince
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parseSince()
Parses \@since tags.
- parseSubpackage
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parseSubpackage()
Parses the package tag found in this test.
- parseTag
- in file AbstractParser.php, method PHP_CodeSniffer_CommentParser_AbstractParser::parseTag()
Parses the specified tag.
- parseThrows
- in file FunctionCommentParser.php, method PHP_CodeSniffer_CommentParser_FunctionCommentParser::parseThrows()
Parses throws elements.
- parseVar
- in file MemberCommentParser.php, method PHP_CodeSniffer_CommentParser_MemberCommentParser::parseVar()
Parses Var tags.
- parseVersion
- in file ClassCommentParser.php, method PHP_CodeSniffer_CommentParser_ClassCommentParser::parseVersion()
Parses the version tag of this class comment.
- 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_Files_IncludingFileSniff
- in file IncludingFileSniff.php, class PEAR_Sniffs_Files_IncludingFileSniff
PEAR_Sniffs_Files_IncludingFileSniff.
- PEAR_Sniffs_Files_LineEndingsSniff
- in file LineEndingsSniff.php, class PEAR_Sniffs_Files_LineEndingsSniff
PEAR_Sniffs_Files_LineEndingsSniff.
- PEAR_Sniffs_Files_LineLengthSniff
- in file LineLengthSniff.php, class PEAR_Sniffs_Files_LineLengthSniff
PEAR_Sniffs_Files_LineLengthSniff.
- PEAR_Sniffs_Functions_FunctionCallArgumentSpacingSniff
- in file FunctionCallArgumentSpacingSniff.php, class PEAR_Sniffs_Functions_FunctionCallArgumentSpacingSniff
PEAR_Sniffs_Functions_FunctionCallArgumentSpacingSniff.
- PEAR_Sniffs_Functions_FunctionCallSignatureSniff
- in file FunctionCallSignatureSniff.php, class PEAR_Sniffs_Functions_FunctionCallSignatureSniff
PEAR_Sniffs_Functions_FunctionCallSignatureSniff.
- 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_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 tokenises PHP code and detects violations of a defined set of coding standards.
- PairElement.php
- procedural page PairElement.php
- ParameterElement.php
- procedural page ParameterElement.php
- ParserException.php
- procedural page ParserException.php
- PEARCodingStandard.php
- procedural page PEARCodingStandard.php
- PHPCSCodingStandard.php
- procedural page PHPCSCodingStandard.php
- PostStatementCommentSniff.php
- procedural page PostStatementCommentSniff.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_CommentParser_AbstractDocElement
- in file AbstractDocElement.php, class PHP_CodeSniffer_CommentParser_AbstractDocElement
A class to handle most of the parsing operations of a doc comment element.
- PHP_CodeSniffer_CommentParser_AbstractParser
- in file AbstractParser.php, class PHP_CodeSniffer_CommentParser_AbstractParser
Parses doc comments.
- PHP_CodeSniffer_CommentParser_ClassCommentParser
- in file ClassCommentParser.php, class PHP_CodeSniffer_CommentParser_ClassCommentParser
Parses Class doc comments.
- PHP_CodeSniffer_CommentParser_CommentElement
- in file CommentElement.php, class PHP_CodeSniffer_CommentParser_CommentElement
A class to represent Comments of a doc comment.
- PHP_CodeSniffer_CommentParser_DocElement
- in file DocElement.php, class PHP_CodeSniffer_CommentParser_DocElement
A DocElement represents a logical element within a Doc Comment.
- PHP_CodeSniffer_CommentParser_FunctionCommentParser
- in file FunctionCommentParser.php, class PHP_CodeSniffer_CommentParser_FunctionCommentParser
Parses function doc comments.
- PHP_CodeSniffer_CommentParser_MemberCommentParser
- in file MemberCommentParser.php, class PHP_CodeSniffer_CommentParser_MemberCommentParser
Parses class member comments.
- PHP_CodeSniffer_CommentParser_PairElement
- in file PairElement.php, class PHP_CodeSniffer_CommentParser_PairElement
A class to represent elements that have a value => comment format.
- PHP_CodeSniffer_CommentParser_ParameterElement
- in file ParameterElement.php, class PHP_CodeSniffer_CommentParser_ParameterElement
A class to represent param tags within a function comment.
- PHP_CodeSniffer_CommentParser_ParserException
- in file ParserException.php, class PHP_CodeSniffer_CommentParser_ParserException
An exception to be thrown when a DocCommentParser finds an anomilty in a doc comment.
- PHP_CodeSniffer_CommentParser_SingleElement
- in file SingleElement.php, class PHP_CodeSniffer_CommentParser_SingleElement
A class to represent single element doc tags.
- 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_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_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 particluar scope.
- PHP_CodeSniffer_Standards_AbstractVariableSniff
- in file AbstractVariableSniff.php, class PHP_CodeSniffer_Standards_AbstractVariableSniff
A class to find T_VARIABLE tokens.
- PHP_CodeSniffer_Standards_CodingStandard
- in file CodingStandard.php, class PHP_CodeSniffer_Standards_CodingStandard
Base Coding Standard class.
- PHP_CodeSniffer_Standards_Generic_GenericCodingStandard
- in file GenericCodingStandard.php, class PHP_CodeSniffer_Standards_Generic_GenericCodingStandard
Generic Coding Standard.
- 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_Standards_MySource_MySourceCodingStandard
- in file MySourceCodingStandard.php, class PHP_CodeSniffer_Standards_MySource_MySourceCodingStandard
MySource Coding Standard.
- PHP_CodeSniffer_Standards_PEAR_PEARCodingStandard
- in file PEARCodingStandard.php, class PHP_CodeSniffer_Standards_PEAR_PEARCodingStandard
PEAR Coding Standard.
- PHP_CodeSniffer_Standards_PHPCS_PHPCSCodingStandard
- in file PHPCSCodingStandard.php, class PHP_CodeSniffer_Standards_PHPCS_PHPCSCodingStandard
PHP_CodeSniffer Coding Standard.
- PHP_CodeSniffer_Standards_Squiz_SquizCodingStandard
- in file SquizCodingStandard.php, class PHP_CodeSniffer_Standards_Squiz_SquizCodingStandard
Squiz Coding Standard.
- PHP_CodeSniffer_Standards_Zend_ZendCodingStandard
- in file ZendCodingStandard.php, class PHP_CodeSniffer_Standards_Zend_ZendCodingStandard
Zend Coding Standard.
- 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 occurance in a file.
- prepareError
- in file AbstractPatternSniff.php, method PHP_CodeSniffer_Standards_AbstractPatternSniff::prepareError()
Prepares an error for the specified patternCode.
- prepareErrorReport
- in file CodeSniffer.php, method PHP_CodeSniffer::prepareErrorReport()
Pre-process and package errors and warnings for all files.
- printCheckstyleErrorReport
- in file CodeSniffer.php, method PHP_CodeSniffer::printCheckstyleErrorReport()
Prints all errors and warnings for each file processed, in a Checkstyle XML format.
- printCodeComparisonBlock
- in file HTML.php, method PHP_CodeSniffer_DocGenerators_HTML::printCodeComparisonBlock()
Print a code comparison block found in a standard.
- printCodeComparisonBlock
- in file Text.php, method
|
|