You are here

protected property Drupal_Sniffs_Semantics_FunctionCallSniff::$functionCall in Coder 7.2

The token position of the function call.

Type: int

File

coder_sniffer/Drupal/Sniffs/Semantics/FunctionCallSniff.php, line 42

Class

Drupal_Sniffs_Semantics_FunctionCallSniff
Helper class to sniff for specific function calls.

Code

protected $functionCall;