Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress::setFusionPath PHP Method

setFusionPath() public method

Set the fusion path
public setFusionPath ( string $fusionPath ) : void
$fusionPath string
return void
    public function setFusionPath($fusionPath)
    {
        $this->fusionPath = $fusionPath;
    }