You are here

class Extender in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.php \Foo\Bar\Extender

Hierarchy

Expanded class hierarchy of Extender

1 string reference to 'Extender'
PHP_Token_InterfaceTest::testGetPackageNamespaceWhenExtentingFromNamespaceClass in vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php
@covers PHP_Token_INTERFACE::getPackage

File

vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.php, line 9

Namespace

Foo\Bar
View source
class Extender extends \Foo\Bar\Baz {

}

Members