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]);
    }