trait BTrait

Hierarchy

File

drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php, line 5

Namespace

ClassesWithParents
View source
trait BTrait {
  use ATrait;

}

Members