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
Element index for package PHP_CodeSniffer_MySource
[
a
] [
c
] [
d
] [
e
] [
f
] [
g
] [
i
] [
j
] [
m
] [
p
] [
r
] [
s
] [
u
] [
_
]
_
__construct
in file IncludeSystemSniff.php, method
MySource_Sniffs_Channels_IncludeSystemSniff::__construct()
Constructs a Squiz_Sniffs_Scope_MethodScopeSniff.
top
a
AssignThisSniff.php
procedural page
AssignThisSniff.php
AjaxNullComparisonSniff.php
procedural page
AjaxNullComparisonSniff.php
top
c
CreateWidgetTypeCallbackSniff.php
procedural page
CreateWidgetTypeCallbackSniff.php
top
d
DisallowSelfActionsSniff.php
procedural page
DisallowSelfActionsSniff.php
DebugCodeSniff.php
procedural page
DebugCodeSniff.php
DisallowNewWidgetSniff.php
procedural page
DisallowNewWidgetSniff.php
DisallowObjectStringIndexSniff.php
procedural page
DisallowObjectStringIndexSniff.php
top
e
EvalObjectFactorySniff.php
procedural page
EvalObjectFactorySniff.php
top
f
FirebugConsoleSniff.php
procedural page
FirebugConsoleSniff.php
top
g
getIncludedClassFromToken
in file IncludeSystemSniff.php, method
MySource_Sniffs_Channels_IncludeSystemSniff::getIncludedClassFromToken()
Determines the included class name from given token.
getIncludedClassFromToken
in file IncludeOwnSystemSniff.php, method
MySource_Sniffs_Channels_IncludeOwnSystemSniff::getIncludedClassFromToken()
Determines the included class name from given token.
GetRequestDataSniff.php
procedural page
GetRequestDataSniff.php
top
i
IncludeOwnSystemSniff.php
procedural page
IncludeOwnSystemSniff.php
IncludeSystemSniff.php
procedural page
IncludeSystemSniff.php
top
j
JoinStringsSniff.php
procedural page
JoinStringsSniff.php
top
m
MySource_Sniffs_Channels_DisallowSelfActionsSniff
in file DisallowSelfActionsSniff.php, class
MySource_Sniffs_Channels_DisallowSelfActionsSniff
Ensures that self and static are not used to call public methods in action classes.
MySource_Sniffs_Channels_IncludeOwnSystemSniff
in file IncludeOwnSystemSniff.php, class
MySource_Sniffs_Channels_IncludeOwnSystemSniff
Ensures that a system does not include itself.
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_DebugCodeSniff
in file DebugCodeSniff.php, class
MySource_Sniffs_Debug_DebugCodeSniff
Warns about the use of debug code.
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_CreateWidgetTypeCallbackSniff
in file CreateWidgetTypeCallbackSniff.php, class
MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff
Ensures the create() method of widget types properly uses callbacks.
MySource_Sniffs_Objects_DisallowNewWidgetSniff
in file DisallowNewWidgetSniff.php, class
MySource_Sniffs_Objects_DisallowNewWidgetSniff
Ensures that widgets are not manually created.
MySource_Sniffs_PHP_AjaxNullComparisonSniff
in file AjaxNullComparisonSniff.php, class
MySource_Sniffs_PHP_AjaxNullComparisonSniff
Ensures that values submitted via JS are not compared to NULL.
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_GetRequestDataSniff
in file GetRequestDataSniff.php, class
MySource_Sniffs_PHP_GetRequestDataSniff
Ensures that getRequestData() is used to access super globals.
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 array.join().
top
p
process
in file IncludeOwnSystemSniff.php, method
MySource_Sniffs_Channels_IncludeOwnSystemSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file GetRequestDataSniff.php, method
MySource_Sniffs_PHP_GetRequestDataSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file JoinStringsSniff.php, method
MySource_Sniffs_Strings_JoinStringsSniff::process()
Processes this test, when one of its tokens is encountered.
process
in file ReturnFunctionValueSniff.php, method
MySource_Sniffs_PHP_ReturnFunctionValueSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file UnusedSystemSniff.php, method
MySource_Sniffs_Channels_UnusedSystemSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file AjaxNullComparisonSniff.php, method
MySource_Sniffs_PHP_AjaxNullComparisonSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file FirebugConsoleSniff.php, method
MySource_Sniffs_Debug_FirebugConsoleSniff::process()
Processes this test, when one of its tokens is encountered.
process
in file AssignThisSniff.php, method
MySource_Sniffs_Objects_AssignThisSniff::process()
Processes this test, when one of its tokens is encountered.
process
in file DebugCodeSniff.php, method
MySource_Sniffs_Debug_DebugCodeSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file EvalObjectFactorySniff.php, method
MySource_Sniffs_PHP_EvalObjectFactorySniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file DisallowNewWidgetSniff.php, method
MySource_Sniffs_Objects_DisallowNewWidgetSniff::process()
Processes this test, when one of its tokens is encountered.
process
in file DisallowSelfActionsSniff.php, method
MySource_Sniffs_Channels_DisallowSelfActionsSniff::process()
Processes this sniff, when one of its tokens is encountered.
process
in file CreateWidgetTypeCallbackSniff.php, method
MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::process()
Processes this test, when one of its tokens is encountered.
processTokenOutsideScope
in file IncludeSystemSniff.php, method
MySource_Sniffs_Channels_IncludeSystemSniff::processTokenOutsideScope()
Processes a token within the scope that this test is listening to.
processTokenWithinScope
in file IncludeSystemSniff.php, method
MySource_Sniffs_Channels_IncludeSystemSniff::processTokenWithinScope()
Processes the function tokens within the class.
top
r
ReturnFunctionValueSniff.php
procedural page
ReturnFunctionValueSniff.php
register
in file IncludeOwnSystemSniff.php, method
MySource_Sniffs_Channels_IncludeOwnSystemSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file GetRequestDataSniff.php, method
MySource_Sniffs_PHP_GetRequestDataSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file JoinStringsSniff.php, method
MySource_Sniffs_Strings_JoinStringsSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file FirebugConsoleSniff.php, method
MySource_Sniffs_Debug_FirebugConsoleSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file ReturnFunctionValueSniff.php, method
MySource_Sniffs_PHP_ReturnFunctionValueSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file UnusedSystemSniff.php, method
MySource_Sniffs_Channels_UnusedSystemSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file EvalObjectFactorySniff.php, method
MySource_Sniffs_PHP_EvalObjectFactorySniff::register()
Returns an array of tokens this test wants to listen for.
register
in file CreateWidgetTypeCallbackSniff.php, method
MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file AssignThisSniff.php, method
MySource_Sniffs_Objects_AssignThisSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file DebugCodeSniff.php, method
MySource_Sniffs_Debug_DebugCodeSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file DisallowNewWidgetSniff.php, method
MySource_Sniffs_Objects_DisallowNewWidgetSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file DisallowSelfActionsSniff.php, method
MySource_Sniffs_Channels_DisallowSelfActionsSniff::register()
Returns an array of tokens this test wants to listen for.
register
in file AjaxNullComparisonSniff.php, method
MySource_Sniffs_PHP_AjaxNullComparisonSniff::register()
Returns an array of tokens this test wants to listen for.
top
s
$supportedTokenizers
in file JoinStringsSniff.php, variable
MySource_Sniffs_Strings_JoinStringsSniff::$supportedTokenizers
A list of tokenizers this sniff supports.
$supportedTokenizers
in file FirebugConsoleSniff.php, variable
MySource_Sniffs_Debug_FirebugConsoleSniff::$supportedTokenizers
A list of tokenizers this sniff supports.
$supportedTokenizers
in file CreateWidgetTypeCallbackSniff.php, variable
MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::$supportedTokenizers
A list of tokenizers this sniff supports.
$supportedTokenizers
in file AssignThisSniff.php, variable
MySource_Sniffs_Objects_AssignThisSniff::$supportedTokenizers
A list of tokenizers this sniff supports.
top
u
UnusedSystemSniff.php
procedural page
UnusedSystemSniff.php
top
Documentation generated on 2019年3月11日 16:00:47 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル