Function __global->js_check_call
Definitions
sources/webstandards_js_lint.php
- Check a function call.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$c | array | required parameter | N/A | N/A | The (possibly complex) variable that is the function identifier |
$c_pos | integer | required parameter | N/A | N/A | The position this is at in the parse |
$class | ?string | Null | N/A | N/A | The class the given variable is in (null: global/as-specified-internally-in-c) |
Return
- The return type (null: nothing returned)
- Type: ?string
- Set: N/A
- Range: N/A