|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct ($input) | |
Static Public Member Functions | |
| static | minify ($js) |
Data Fields | |
| const | ORD_LF = 10 |
| const | ORD_SPACE = 32 |
Protected Member Functions | |
| action ($d) | |
| get () | |
| isAlphaNum ($c) | |
| min () | |
| next () | |
| peek () | |
Protected Attributes | |
| $a = '' | |
| $b = '' | |
| $input = '' | |
| $inputIndex = 0 | |
| $inputLength = 0 | |
| $lookAhead = null | |
| $output = '' | |