You are here

UseParent.php in Zircon Profile 8.0

File

vendor/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