You are here

private property Drupal_Sniffs_Commenting_FunctionCommentSniff::$_methodName in Coder 7.2

The name of the method that we are currently processing.

Type: string

File

coder_sniffer/Drupal/Sniffs/Commenting/FunctionCommentSniff.php, line 28

Class

Drupal_Sniffs_Commenting_FunctionCommentSniff
Parses and verifies the doc comments for functions. Largely copied from Squiz_Sniffs_Commenting_FunctionCommentSniff.

Code

private $_methodName = '';