class Foo in Zircon Profile 8
Same name in this branch
- 8 vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php \Foo
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_without_namespace.php \Foo
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php \Foo
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo
- 8 vendor/phpunit/php-token-stream/tests/_fixture/source.php \Foo
- 8 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php \Foo
- 8 vendor/symfony/http-kernel/Tests/Fragment/RoutableFragmentRendererTest.php \Symfony\Component\HttpKernel\Tests\Fragment\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/php5.5/class_cons.php \ClassCons\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/psr-4/Foo.php \Acme\DemoLib\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/Namespaced2/Foo.php \Namespaced2\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/Namespaced/Foo.php \Namespaced\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/includepath/Foo.php \Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/Foo.php \Apc\Namespaced\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php \NamespaceCollision\C\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php \NamespaceCollision\A\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php \NamespaceCollision\C\B\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php \NamespaceCollision\A\B\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php \Acme\DemoLib\Lets\Go\Deeper\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php \Apc\NamespaceCollision\A\Foo
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php \Apc\NamespaceCollision\A\B\Foo
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php \Foo
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_without_namespace.php \Foo
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php \Foo
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/source.php \Foo
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php \Foo
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/includepath/Foo.php \Foo
Some comment
Hierarchy
- class \Foo
Expanded class hierarchy of 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-token-stream/ tests/ _fixture/ source.php, line 5
View source
class Foo {
function foo() {
}
/**
* @param Baz $baz
*/
public function bar(Baz $baz) {
}
/**
* @param Foobar $foobar
*/
public static function foobar(Foobar $foobar) {
}
public function barfoo(Barfoo $barfoo) {
}
/**
* This docblock does not belong to the baz function
*/
public function baz() {
}
public function blaz($x, $y) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Foo:: |
public | function | ||
Foo:: |
public | function | ||
Foo:: |
public | function | This docblock does not belong to the baz function | |
Foo:: |
public | function | ||
Foo:: |
function | |||
Foo:: |
public static | function |