Example #1
0
 public function getCharset()
 {
     return $this->parameters->get('charset');
 }
Example #2
0
 /**
  * Get header
  *
  * @param string $key
  *
  * @return string
  */
 public function get($key)
 {
     return parent::get(strtolower($key));
 }