You are here

NoParent.php in Zircon Profile 8

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.php
View source
<?php

namespace Doctrine\Tests\Common\Reflection\Dummies;

class NoParent {
  public $test;

}

Classes

Namesort descending Description
NoParent