You are here

UseParent.php in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/UseParent.php
View source
<?php

namespace Doctrine\Tests\Common\Reflection;

use Doctrine\Tests\Common\Reflection\Dummies\NoParent as Test;
class UseParent extends Test {

}

Classes

Namesort descending Description
UseParent