class TestChildClass

Hierarchy

Expanded class hierarchy of TestChildClass

File

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

Namespace

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

  /**
   * @\Doctrine\Tests\Common\Annotations\Foo\Name(name = "foo")
   */
  protected $child;

}

Members

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