Neos\Flow\Persistence\Doctrine\QueryResult::offsetUnset PHP Method

offsetUnset() public method

This method has no effect on the persisted objects but only on the result set
public offsetUnset ( mixed $offset ) : void
$offset mixed
return void
    public function offsetUnset($offset)
    {
        $this->initialize();
        unset($this->rows[$offset]);
    }