Ejemplo n.º 1
0
 public function offsetUnset($offset)
 {
     unset($this->data[$offset]);
     return $this->selection->offsetUnset($offset);
 }