Jackalope\Query\Query::getStoredQueryPath PHP Method

getStoredQueryPath() public method

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