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

Protected Member Functions

 processMemberVar (PHP_CodeSniffer_File $phpcsFile, $stackPtr)
 
 processVariable (PHP_CodeSniffer_File $phpcsFile, $stackPtr)
 
 processVariableInString (PHP_CodeSniffer_File $phpcsFile, $stackPtr)
 

Member Function Documentation

PSR2_Sniffs_Classes_PropertyDeclarationSniff::processMemberVar ( PHP_CodeSniffer_File  $phpcsFile,
  $stackPtr 
)
protected

Processes the function tokens within the class.

Parameters
PHP_CodeSniffer_File$phpcsFileThe file where this token was found.
int$stackPtrThe position where the token was found.
Returns
void
PSR2_Sniffs_Classes_PropertyDeclarationSniff::processVariable ( PHP_CodeSniffer_File  $phpcsFile,
  $stackPtr 
)
protected

Processes normal variables.

Parameters
PHP_CodeSniffer_File$phpcsFileThe file where this token was found.
int$stackPtrThe position where the token was found.
Returns
void
PSR2_Sniffs_Classes_PropertyDeclarationSniff::processVariableInString ( PHP_CodeSniffer_File  $phpcsFile,
  $stackPtr 
)
protected

Processes variables in double quoted strings.

Parameters
PHP_CodeSniffer_File$phpcsFileThe file where this token was found.
int$stackPtrThe position where the token was found.
Returns
void

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