Jackalope\Query\Query::getStoredQueryPath PHP 메소드

getStoredQueryPath() 공개 메소드

{@inheritDoc}
public getStoredQueryPath ( )
    public function getStoredQueryPath()
    {
        if ($this->path === null) {
            throw new ItemNotFoundException('Not a stored query');
        }
        return $this->path;
    }