/**
* Set relationship object that should be rendered.
*
* @param Relationship $relationship The relationship object that should be rendered.
*
* @return void
* @since 4.0.0
*/
public function setRelationship(Relationship $relationship) : void
{
$this->relationship = $relationship;
}