Jackalope\Transport\Jackrabbit\Client::deleteNodeImmediately PHP Method

deleteNodeImmediately() public method

{@inheritDoc}
public deleteNodeImmediately ( $path )
    public function deleteNodeImmediately($path)
    {
        $this->prepareSave();
        $this->deleteItem($path);
        $this->finishSave();
    }