Neos\Flow\Persistence\Doctrine\QueryResult::offsetUnset PHP Метод

offsetUnset() публичный Метод

This method has no effect on the persisted objects but only on the result set
public offsetUnset ( mixed $offset ) : void
$offset mixed
Результат void
    public function offsetUnset($offset)
    {
        $this->initialize();
        unset($this->rows[$offset]);
    }