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