Function Minifier->processMultiLineComments

Definitions

sources/jsmin.php

  • Skips multiline comments where appropriate, and includes them where needed.Conditional comments and "license" style blocks are preserved.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$startIndex int No No required parameter N/A N/A The index point where "getReal" function started

Returns

  • Type: void
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Skips multiline comments where appropriate, and includes them where needed.Conditional comments and "license" style blocks are preserved.
 *
 * @param  int $startIndex The index point where "getReal" function started
 * @return void
 */

protected function processMultiLineComments($startIndex)