Neos\Flow\Tests\Functional\Security\Fixtures\TestEntityB::setRelatedEntityA PHP Method

setRelatedEntityA() public method

public setRelatedEntityA ( TestEntityA $relatedEntityA )
$relatedEntityA TestEntityA
    public function setRelatedEntityA($relatedEntityA)
    {
        $this->relatedEntityA = $relatedEntityA;
    }