CORE POS - Fannie
The CORE POS back end
Public Member Functions | Protected Member Functions | List of all members
CORE_PSR1_Sniffs_Methods_CamelCapsMethodNameSniff Class Reference
Inheritance diagram for CORE_PSR1_Sniffs_Methods_CamelCapsMethodNameSniff:

Public Member Functions

 __construct ()
 

Protected Member Functions

 processTokenWithinScope (PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
 
 processTokenOutsideScope (PHP_CodeSniffer_File $phpcsFile, $stackPtr)
 

Constructor & Destructor Documentation

CORE_PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::__construct ( )

Constructs a PSR1_Sniffs_Methods_CamelCapsMethodNameSniff.

Member Function Documentation

CORE_PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::processTokenOutsideScope ( PHP_CodeSniffer_File  $phpcsFile,
  $stackPtr 
)
protected

Processes the tokens outside the scope.

Parameters
PHP_CodeSniffer_File$phpcsFileThe file being processed.
int$stackPtrThe position where this token was found.
Returns
void
CORE_PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::processTokenWithinScope ( PHP_CodeSniffer_File  $phpcsFile,
  $stackPtr,
  $currScope 
)
protected

Processes the tokens within the scope.

Parameters
PHP_CodeSniffer_File$phpcsFileThe file being processed.
int$stackPtrThe position where this token was found.
int$currScopeThe position of the current scope.
Returns
void

The documentation for this class was generated from the following file: