You are here

class CTBar in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/class-loader/Tests/Fixtures/deps/traits.php \CTBar

Hierarchy

Expanded class hierarchy of CTBar

1 string reference to 'CTBar'
ClassCollectionLoaderTest::testTraitDependencies in vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php

File

vendor/symfony/class-loader/Tests/Fixtures/deps/traits.php, line 33

View source
class CTBar {
  use TZ;
  use TA;

}

Members