class FooBar in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/FooBar.php \Apc\Namespaced\FooBar
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced2/FooBar.php \Namespaced2\FooBar
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced/FooBar.php \Namespaced\FooBar
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php \Apc\Namespaced\FooBar
Same name and namespace in other branches
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/FooBar.php \Apc\Namespaced\FooBar
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php \Apc\Namespaced\FooBar
Hierarchy
- class \Apc\Namespaced\FooBar
Expanded class hierarchy of FooBar
7 string references to 'FooBar'
- CallbackTest::testCallbackWithClassMethod in core/
modules/ migrate/ tests/ src/ Unit/ process/ CallbackTest.php - Test callback with a class method as callable.
- CallbackTest::testCallbackWithFunction in core/
modules/ migrate/ tests/ src/ Unit/ process/ CallbackTest.php - Test callback with a function as callable.
- ContainerTest::dataForTestCamelize in vendor/
symfony/ dependency-injection/ Tests/ ContainerTest.php - ContainerTest::dataForTestUnderscore in vendor/
symfony/ dependency-injection/ Tests/ ContainerTest.php - CrawlerTest::testForm in vendor/
symfony/ dom-crawler/ Tests/ CrawlerTest.php
File
- vendor/
symfony/ class-loader/ Tests/ Fixtures/ Apc/ fallback/ Namespaced/ FooBar.php, line 14
Namespace
Apc\NamespacedView source
class FooBar {
public static $loaded = true;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FooBar:: |
public static | property |