You are here

NoParent.php in Plug 7

File

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