class Extender in Zircon Profile 8.0
Same name and namespace in other branches
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\BarView source
class Extender extends \Foo\Bar\Baz {
}