Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | TOKENIZER_CSS = 'CSS' |
const | BITWISE_AND = '&' |
const | COLON = ';' |
const | OPEN_PARENTHESIS = '(' |
const | CLOSE_PARENTHESIS = ')' |
const | NEW_LINE = "\n" |
const | WHITESPACE = ' ' |
const | DOUBLE_WHITESPACE = ' ' |
const | INDENT_SPACES = ' ' |
Interface TokenizerSymbolsInterface
Definition at line 12 of file TokenizerSymbolsInterface.php.
const BITWISE_AND = '&' |
#+ Symbols for usage into Sniffers
Definition at line 19 of file TokenizerSymbolsInterface.php.
const CLOSE_PARENTHESIS = ')' |
Definition at line 22 of file TokenizerSymbolsInterface.php.
const COLON = ';' |
Definition at line 20 of file TokenizerSymbolsInterface.php.
const DOUBLE_WHITESPACE = ' ' |
Definition at line 25 of file TokenizerSymbolsInterface.php.
const INDENT_SPACES = ' ' |
Definition at line 26 of file TokenizerSymbolsInterface.php.
const NEW_LINE = "\n" |
Definition at line 23 of file TokenizerSymbolsInterface.php.
const OPEN_PARENTHESIS = '(' |
Definition at line 21 of file TokenizerSymbolsInterface.php.
const TOKENIZER_CSS = 'CSS' |
Definition at line 14 of file TokenizerSymbolsInterface.php.
const WHITESPACE = ' ' |
Definition at line 24 of file TokenizerSymbolsInterface.php.