protected property FunctionCall::$functionCall in Coder 8.3.x
Same name and namespace in other branches
- 8.3 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::functionCall
- 8.2 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::functionCall
The token position of the function call.
Type: integer
File
- coder_sniffer/
Drupal/ Sniffs/ Semantics/ FunctionCall.php, line 38
Class
- FunctionCall
- Helper class to sniff for specific function calls.
Namespace
Drupal\Sniffs\SemanticsCode
protected $functionCall;