Function Minifier->loop
Definitions
sources/jsmin.php
- The primary action occurs here. This function loops through the input string,outputting anything that's relevant and discarding anything that is not.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* The primary action occurs here. This function loops through the input string,outputting anything that's relevant and discarding anything that is not.
*
*/
protected function loop()
* The primary action occurs here. This function loops through the input string,outputting anything that's relevant and discarding anything that is not.
*
*/
protected function loop()

