Property | Type | Description | |
---|---|---|---|
$_magicMethods | array | A list of all PHP magic methods. |
Method | Description | |
---|---|---|
__construct ( ) | Constructs a PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff. |
Method | Description | |
---|---|---|
processTokenOutsideScope ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes the tokens outside the scope. | |
processTokenWithinScope ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr, integer $currScope ) : void | Processes the tokens within the scope. |
public __construct ( ) |
protected processTokenOutsideScope ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | The file being processed. |
$stackPtr | integer | The position where this token was found. |
return | void |
protected array $_magicMethods | ||
return | array |