You are here

public function HttpResponse::getHeaders in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php \Zend\Feed\PubSubHubbub\HttpResponse::getHeaders()

Return array of headers; see {@link $headers} for format

Return value

array

File

vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php, line 127

Class

HttpResponse

Namespace

Zend\Feed\PubSubHubbub

Code

public function getHeaders() {
  return $this->headers;
}