class TestParentClass

Hierarchy

Expanded class hierarchy of TestParentClass

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php, line 402

Namespace

Doctrine\Tests\Common\Annotations
View source
class TestParentClass extends TestChildClass {

  /**
   * @\Doctrine\Tests\Common\Annotations\Bar\Name(name = "bar")
   */
  private $parent;

}

Members

Namesort descending Modifiers Type Description Overrides
TestChildClass::$child protected property @\Doctrine\Tests\Common\Annotations\Foo\Name(name = "foo")
TestParentClass::$parent private property @\Doctrine\Tests\Common\Annotations\Bar\Name(name = "bar")