PHP_CodeSniffer_MySource
[
class tree: PHP_CodeSniffer_MySource
] [
index: PHP_CodeSniffer_MySource
] [
all elements
]
Packages:
PHP_CodeSniffer
PHP_CodeSniffer_MySource
Classes:
MySource_Sniffs_Channels_DisallowSelfActionsSniff
MySource_Sniffs_Channels_IncludeOwnSystemSniff
MySource_Sniffs_Channels_IncludeSystemSniff
MySource_Sniffs_Channels_UnusedSystemSniff
MySource_Sniffs_Debug_DebugCodeSniff
MySource_Sniffs_Debug_FirebugConsoleSniff
MySource_Sniffs_Objects_AssignThisSniff
MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff
MySource_Sniffs_Objects_DisallowNewWidgetSniff
MySource_Sniffs_PHP_AjaxNullComparisonSniff
MySource_Sniffs_PHP_EvalObjectFactorySniff
MySource_Sniffs_PHP_GetRequestDataSniff
MySource_Sniffs_PHP_ReturnFunctionValueSniff
MySource_Sniffs_Strings_JoinStringsSniff
Files:
AjaxNullComparisonSniff.php
AssignThisSniff.php
CreateWidgetTypeCallbackSniff.php
DebugCodeSniff.php
DisallowNewWidgetSniff.php
DisallowObjectStringIndexSniff.php
DisallowSelfActionsSniff.php
EvalObjectFactorySniff.php
FirebugConsoleSniff.php
GetRequestDataSniff.php
IncludeOwnSystemSniff.php
IncludeSystemSniff.php
JoinStringsSniff.php
ReturnFunctionValueSniff.php
UnusedSystemSniff.php
Class: MySource_Sniffs_Debug_FirebugConsoleSniff
Source Location: /PHP_CodeSniffer-2.7.1/CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php
Class Overview
Ensures that console is not used for function or var names.
Author(s):
Greg Sherwood <
gsherwood at squiz.net
>
Version:
Release: 2.7.1
Copyright:
2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
Variables
$supportedTokenizers
Methods
process
register
Inherited Variables
Inherited Methods
Class Details
[line 26]
Ensures that console is not used for function or var names.
Author:
Greg Sherwood <
gsherwood@squiz.net
>
Version:
Release: 2.7.1
Copyright:
2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
Link:
http://pear.php.net/package/PHP_CodeSniffer
License:
BSD Licence
[
Top
]
Class Variables
$supportedTokenizers =
array('JS')
[line 34]
A list of tokenizers this sniff supports.
Access:
public
Type:
array
[
Top
]
Method Detail
process
[line 63]
void process( PHP_CodeSniffer_File $phpcsFile, int $stackPtr)
Processes this test, when one of its tokens is encountered.
Access:
public
Parameters:
PHP_CodeSniffer_File
$phpcsFile
—
The file being scanned.
int
$stackPtr
—
The position of the current token in the stack passed in $tokens.
[
Top
]
register
[line 42]
array register( )
Returns an array of tokens this test wants to listen for.
Access:
public
[
Top
]
Documentation generated on Mon, 11 Mar 2019 14:50:45 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.