Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress::getContextPath PHP 메소드

getContextPath() 공개 메소드

Get the context path
public getContextPath ( ) : string
리턴 string
    public function getContextPath()
    {
        return $this->contextPath;
    }