interface Foo in Zircon Profile 8
Same name in this branch
Same name and namespace in other branches
Docblock
Hierarchy
- interface \Foo
Expanded class hierarchy of Foo
All classes that implement Foo
105 string references to 'Foo'
- AnnotationLoaderTest::testLoadClassMetadata in vendor/
symfony/ validator/ Tests/ Mapping/ Loader/ AnnotationLoaderTest.php - AnnotationLoaderTest::testLoadClassMetadataAndMerge in vendor/
symfony/ validator/ Tests/ Mapping/ Loader/ AnnotationLoaderTest.php - Test MetaData merge with parent annotation.
- ArrayInputTest::testToString in vendor/
symfony/ console/ Tests/ Input/ ArrayInputTest.php - AutoExpireFlashBagTest::testAll in vendor/
symfony/ http-foundation/ Tests/ Session/ Flash/ AutoExpireFlashBagTest.php - AutoExpireFlashBagTest::testPeekAll in vendor/
symfony/ http-foundation/ Tests/ Session/ Flash/ AutoExpireFlashBagTest.php
File
- vendor/
phpunit/ php-code-coverage/ tests/ _files/ source_with_oneline_annotations.php, line 4
View source
interface Foo {
public function bar();
}