Neos\Flow\Tests\Functional\Property\Fixtures\TestEntity::setRelatedEntity PHP Method

setRelatedEntity() public method

public setRelatedEntity ( Neos\Flow\Tests\Functional\Property\Fixtures\TestEntityInterface $relatedEntity ) : void
$relatedEntity Neos\Flow\Tests\Functional\Property\Fixtures\TestEntityInterface
return void
    public function setRelatedEntity(TestEntityInterface $relatedEntity)
    {
        $this->relatedEntity = $relatedEntity;
    }