You are here

class Pearlike2_Foo in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/class-loader/Tests/Fixtures/Pearlike2/Foo.php \Pearlike2_Foo

Hierarchy

Expanded class hierarchy of Pearlike2_Foo

1 string reference to 'Pearlike2_Foo'
ClassLoaderTest::getLoadClassTests in vendor/symfony/class-loader/Tests/ClassLoaderTest.php

File

vendor/symfony/class-loader/Tests/Fixtures/Pearlike2/Foo.php, line 3

View source
class Pearlike2_Foo {
  public static $loaded = true;

}

Members