public function Header::getName

Get the name of the header

Return value

string

1 call to Header::getName()
Header::add in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php
Add a value to the list of header values

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php, line 90

Class

Header
Represents a header and all of the values stored by that header

Namespace

Guzzle\Http\Message

Code

public function getName() {
  return $this->header;
}