Expanded class hierarchy of TestParentClass
class TestParentClass extends TestChildClass {
/**
* @\Doctrine\Tests\Common\Annotations\Bar\Name(name = "bar")
*/
private $parent;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TestChildClass:: |
protected | property | @\Doctrine\Tests\Common\Annotations\Foo\Name(name = "foo") | |
TestParentClass:: |
private | property | @\Doctrine\Tests\Common\Annotations\Bar\Name(name = "bar") |