You are here

public function Small::__construct in Coder 8.3

Same name and namespace in other branches
  1. 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Small::__construct()

Our small constructor.

File

tests/Drupal/Commenting/FunctionCommentUnitTest.inc, line 477
Some function comment tests.

Class

Small
A class with a method that has the same name as the class.

Code

public function __construct() {
}