Public Member Functions | |
| __construct ($input) | |
Static Public Member Functions | |
| static | minify ($js) |
Public Attributes | |
| 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 = array() | |
Definition at line 50 of file jsmin.php.
| JSMin::action | ( | $ | d | ) | [protected] |
| JSMin::get | ( | ) | [protected] |
| JSMin::isAlphaNum | ( | $ | c | ) | [protected] |
| JSMin::min | ( | ) | [protected] |
| static JSMin::minify | ( | $ | js | ) | [static] |
| JSMin::next | ( | ) | [protected] |
| JSMin::peek | ( | ) | [protected] |
JSMin::$input = '' [protected] |
| const JSMin::ORD_LF = 10 |
| const JSMin::ORD_SPACE = 32 |
1.4.7