Function __global->js_check_command
Definitions
sources/webstandards_js_lint.php
- Check a parsed command.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $command | array | No | No | required parameter | N/A | N/A | The command |
| $depth | integer | No | No | required parameter | N/A | N/A | The block depth we are searching at |
Preview
Code (PHP)
/**
* Check a parsed command.
*
* @param array $command The command
* @param integer $depth The block depth we are searching at
*/
function js_check_command(array $command, int $depth)
* Check a parsed command.
*
* @param array $command The command
* @param integer $depth The block depth we are searching at
*/
function js_check_command(array $command, int $depth)
