Beispiel #1
0
 /**
  * Remove a header
  *
  * {@inheritdoc}
  *
  * @see DataCollection::remove()
  * @param string $key   The key of the header
  * @return void
  */
 public function remove($key)
 {
     $key = $this->normalizeKey($key);
     parent::remove($key);
 }