Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
register () | |
process (File $phpcsFile, $stackPtr) | |
Data Fields | |
const | STRING_HELPER_CLASSES_PREFIX = '_' |
const | STRING_ALLOWED_UNDERSCORES = '__' |
$supportedTokenizers = [TokenizerSymbolsInterface::TOKENIZER_CSS] | |
Class ClassNamingSniff
Ensure that class name responds to the following requirements:
http://devdocs.magento.com/guides/v2.0/coding-standards/code-standard-less.html#standard-classes
Definition at line 23 of file ClassNamingSniff.php.
process | ( | File | $phpcsFile, |
$stackPtr | |||
) |
{}
Definition at line 48 of file ClassNamingSniff.php.
register | ( | ) |
$supportedTokenizers = [TokenizerSymbolsInterface::TOKENIZER_CSS] |
Definition at line 35 of file ClassNamingSniff.php.
const STRING_ALLOWED_UNDERSCORES = '__' |
Definition at line 28 of file ClassNamingSniff.php.
const STRING_HELPER_CLASSES_PREFIX = '_' |
Definition at line 26 of file ClassNamingSniff.php.