Function Minifier->saveString

Definitions

sources/jsmin.php

  • When a javascript string is detected this function crawls for the end ofit and saves the whole string.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * When a javascript string is detected this function crawls for the end ofit and saves the whole string.
 *
 */

protected function saveString()