protected function MyExampleLog::protectedTest in Coder 7.2
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/good/good.php \MyExampleLog::protectedTest()
Protected functions are allowed.
File
- coder_sniffer/
Test/ good/ good.php, line 371 - This file contains all the valid notations for the drupal coding standard.
Class
Code
protected function protectedTest() {
}