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

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

Get the context path
public getContextPath ( ) : string
Результат string
    public function getContextPath()
    {
        return $this->contextPath;
    }