Jackalope\Query\Query::storeAsNode PHP Method

storeAsNode() public method

{@inheritDoc}
public storeAsNode ( $absPath )
    public function storeAsNode($absPath)
    {
        // when implementing this, use ->getStatement***() and not $this->statement
        // so this works for the extending QueryObjectModel as well
        throw new UnsupportedRepositoryOperationException('Not implemented: Write');
    }