Function __global->_check_js

Definitions

sources/webstandards_js_lint.php

  • Do the actual code check on the parse structure.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$structure array No No required parameter N/A N/A Parse structure

Preview

Code (PHP)

/**
 * Do the actual code check on the parse structure.
 *
 * @param  array $structure Parse structure
 */

function _check_js(array $structure)