You are here

classExtendsNamespacedClass.php in Zircon Profile 8

Namespace

Foo\Bar

File

vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.php
View source
<?php

namespace Foo\Bar;

class Baz {

}
namespace Other\Space;

class Extender extends \Foo\Bar\Baz {

}

Classes

Namesort descending Description
Baz
Extender