You are here

interface Foo in Zircon Profile 8

Same name in this branch
  1. 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo
  2. 8 vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class.php \foo
Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo
  2. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class.php \foo

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

... See full list

File

vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php, line 4

View source
interface Foo {
  public function bar();

}

Members