You are here

public function HttpResponse::getContent in Zircon Profile 8

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

Return the body content

Return value

string

File

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

Class

HttpResponse

Namespace

Zend\Feed\PubSubHubbub

Code

public function getContent() {
  return $this->content;
}