class MyClass in Coder 8.3
Same name and namespace in other branches
Hierarchy
- class \MyClass uses \MyTrait
Expanded class hierarchy of MyClass
File
- tests/
Drupal/ WhiteSpace/ ScopeIndentUnitTest.inc, line 4
View source
class MyClass {
use MyTrait {
myTraitMethod as renamedTraitMethod;
}
}