You are here

class NoParent in Plug 7

Same name in this branch
  1. 7 lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/NoParent.php \Doctrine\Tests\Common\Reflection\NoParent
  2. 7 lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.php \Doctrine\Tests\Common\Reflection\Dummies\NoParent

Hierarchy

  • class \Doctrine\Tests\Common\Reflection\Dummies\NoParent

Expanded class hierarchy of NoParent

1 file declares its use of NoParent
UseParent.php in lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/UseParent.php

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.php, line 5

Namespace

Doctrine\Tests\Common\Reflection\Dummies
View source
class NoParent {
  public $test;

}

Members