PHP_CodeSniffer_MySource
[
class tree: PHP_CodeSniffer_MySource
] [
index: PHP_CodeSniffer_MySource
] [
all elements
]
Packages:
PHP_CodeSniffer
PHP_CodeSniffer_MySource
Classes:
MySource_Sniffs_Channels_IncludeSystemSniff
MySource_Sniffs_Channels_UnusedSystemSniff
MySource_Sniffs_Debug_FirebugConsoleSniff
MySource_Sniffs_Objects_AssignThisSniff
MySource_Sniffs_Objects_DisallowNewWidgetSniff
MySource_Sniffs_PHP_EvalObjectFactorySniff
MySource_Sniffs_PHP_ReturnFunctionValueSniff
MySource_Sniffs_Strings_JoinStringsSniff
PHP_CodeSniffer_Standards_MySource_MySourceCodingStandard
Files:
AssignThisSniff.php
DisallowNewWidgetSniff.php
EvalObjectFactorySniff.php
FirebugConsoleSniff.php
IncludeSystemSniff.php
JoinStringsSniff.php
MySourceCodingStandard.php
ReturnFunctionValueSniff.php
UnusedSystemSniff.php
Element index for package PHP_CodeSniffer_MySource
[
a
] [
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
top
d
DisallowNewWidgetSniff.php
procedural page
DisallowNewWidgetSniff.php
top
e
EvalObjectFactorySniff.php
procedural page
EvalObjectFactorySniff.php
top
f
FirebugConsoleSniff.php
procedural page
FirebugConsoleSniff.php
top
g
getIncludedSniffs
in file MySourceCodingStandard.php, method
PHP_CodeSniffer_Standards_MySource_MySourceCodingStandard::getIncludedSniffs()
Return a list of external sniffs to include with this standard.
top
i
IncludeSystemSniff.php
procedural page
IncludeSystemSniff.php
top
j
JoinStringsSniff.php
procedural page
JoinStringsSniff.php
top
m
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_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_DisallowNewWidgetSniff
in file DisallowNewWidgetSniff.php, class
MySource_Sniffs_Objects_DisallowNewWidgetSniff
Ensures that widgets are not manually created.
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_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 the + operator.
MySourceCodingStandard.php
procedural page
MySourceCodingStandard.php
top
p
PHP_CodeSniffer_Standards_MySource_MySourceCodingStandard
in file MySourceCodingStandard.php, class
PHP_CodeSniffer_Standards_MySource_MySourceCodingStandard
MySource Coding Standard.
process
in file UnusedSystemSniff.php, method
MySource_Sniffs_Channels_UnusedSystemSniff::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 AssignThisSniff.php, method
MySource_Sniffs_Objects_AssignThisSniff::process()
Processes this test, 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 DisallowNewWidgetSniff.php, method
MySource_Sniffs_Objects_DisallowNewWidgetSniff::process()
Processes this test, 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 ReturnFunctionValueSniff.php, method
MySource_Sniffs_PHP_ReturnFunctionValueSniff::process()
Processes this sniff, when one of its tokens is encountered.
processTokenOutsideScope
in file IncludeSystemSniff.php, method
MySource_Sniffs_Channels_IncludeSystemSniff::processTokenOutsideScope()
Processes a token that is found 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 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 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 DisallowNewWidgetSniff.php, method
MySource_Sniffs_Objects_DisallowNewWidgetSniff::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 AssignThisSniff.php, method
MySource_Sniffs_Objects_AssignThisSniff::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 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日 15:22:56 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル