You are here

class CBar in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/class-loader/Tests/Fixtures/php5.4/traits.php \Foo\CBar

Hierarchy

Expanded class hierarchy of CBar

File

vendor/symfony/class-loader/Tests/Fixtures/php5.4/traits.php, line 27

Namespace

Foo
View source
class CBar implements IBar {
  use TBar;
  use TFooBar;

}

Members