Exemple #1
0
 /**
  * Remove a value from the collection.
  *
  * @param string $key The data key
  */
 public function remove($key)
 {
     parent::remove($this->normalizeKey($key));
 }