Neos\Flow\Tests\Functional\Persistence\Fixtures\SubEntity::getParentEntity PHP Method

getParentEntity() public method

public getParentEntity ( ) : TestEntity
return TestEntity
    public function getParentEntity()
    {
        return $this->parentEntity;
    }