UseParent.php in Plug 7
Namespace
Doctrine\Tests\Common\ReflectionFile
lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/UseParent.phpView source
<?php
namespace Doctrine\Tests\Common\Reflection;
use Doctrine\Tests\Common\Reflection\Dummies\NoParent as Test;
class UseParent extends Test {
}