Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress::setContextPath PHP Метод

setContextPath() публичный Метод

Set the context path
public setContextPath ( string $contextPath ) : void
$contextPath string
Результат void
    public function setContextPath($contextPath)
    {
        $this->contextPath = $contextPath;
    }