You are here

class FunctionTest in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/bad.php \FunctionTest
  2. 7.2 coder_sniffer/Test/bad/bad.php \FunctionTest
  3. 8.3.x tests/Drupal/bad/bad.php \FunctionTest

Hierarchy

Expanded class hierarchy of FunctionTest

File

coder_sniffer/Drupal/Test/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

Namesort descending Modifiers Type Description Overrides
FunctionTest::foobar private function Asterisks of this comment are wrong.
FunctionTest::_bar protected function
FunctionTest::_foo public function