Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function offsetUnset($offset)
 {
     parent::offsetUnset($offset);
     $this->sort();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function remove($element)
 {
     $this->checkType($element);
     $this->collection->remove($element);
 }