class Extender

Hierarchy

Expanded class hierarchy of Extender

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

File

drupal/core/vendor/phpunit/php-token-stream/Tests/_files/classExtendsNamespacedClass.php, line 9

Namespace

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

}

Members