public function HttpResponse::getContent in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Zend\Feed\PubSubHubbubCode
public function getContent() {
return $this->content;
}