class FunctionTest in Coder 8.3.x
Same name and namespace in other branches
- 8.3 tests/Drupal/bad/bad.php \FunctionTest
- 8.2 coder_sniffer/Drupal/Test/bad/bad.php \FunctionTest
- 7.2 coder_sniffer/Test/bad/bad.php \FunctionTest
Hierarchy
- class \FunctionTest
Expanded class hierarchy of FunctionTest
File
- tests/
Drupal/ bad/ bad.php, line 406
View source
class FunctionTest {
public function _foo() {
}
protected function _bar() {
}
/**
* Asterisks of this comment are wrong.
*
*/
private function foobar() {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FunctionTest:: |
private | function | Asterisks of this comment are wrong. | |
FunctionTest:: |
protected | function | ||
FunctionTest:: |
public | function |