Exemplo n.º 1
0
 /**
  * @see http://php.net/manual/fr/class.arrayaccess.php
  */
 public function offsetUnset($offset)
 {
     unset($this->flip[$this->toString($this->array[$offset])]);
     parent::offsetUnset($offset);
     return $this;
 }