You are here

class Pearlike_FooBar in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/class-loader/Tests/Fixtures/fallback/Pearlike/FooBar.php \Pearlike_FooBar

Hierarchy

Expanded class hierarchy of Pearlike_FooBar

1 string reference to 'Pearlike_FooBar'
LegacyUniversalClassLoaderTest::getLoadClassFromFallbackTests in vendor/symfony/class-loader/Tests/LegacyUniversalClassLoaderTest.php

File

vendor/symfony/class-loader/Tests/Fixtures/fallback/Pearlike/FooBar.php, line 3

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

}

Members