Normalize the header into a single standard header with an array of values
Header
public function normalize() { $this ->clearCache(); $this->values = array( $this ->getName() => $this ->toArray(), ); return $this; }