class Small in Coder 8.3.x
Same name and namespace in other branches
A class with a method that has the same name as the class.
Hierarchy
- class \Small
Expanded class hierarchy of Small
File
- tests/
Drupal/ Commenting/ FunctionCommentUnitTest.inc, line 472 - Some function comment tests.
View source
class Small {
/**
* Our small constructor.
*/
public function __construct() {
}
/**
* Return tag should be allowed here.
*
* @return string
* Something small.
*/
public function small() {
return 'string';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Small:: |
public | function | Return tag should be allowed here. | |
Small:: |
public | function | Our small constructor. |