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

См. также: remove()
public offsetUnset ( $offset )
 /**
  * {@inheritdoc}
  */
 public function offsetUnset($offset)
 {
     return $this->collection->offsetUnset($offset);
 }