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

setContextPath() public method

Set the context path
public setContextPath ( string $contextPath ) : void
$contextPath string
return void
    public function setContextPath($contextPath)
    {
        $this->contextPath = $contextPath;
    }