Example #1
0
 /**
  * {@inheritdoc}
  */
 public function offsetUnset($offset)
 {
     parent::offsetUnset($offset);
     $this->sort();
 }