You are here

protected property FunctionCall::$includeMethodCalls in Coder 8.2

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::includeMethodCalls
  2. 8.3.x coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::includeMethodCalls

Whether method invocations with the same function name should be processed, too.

Type: bool

File

coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php, line 67

Class

FunctionCall
Helper class to sniff for specific function calls.

Namespace

Drupal\Sniffs\Semantics

Code

protected $includeMethodCalls = false;