public function CallbackInterface::setHttpResponse in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php \Zend\Feed\PubSubHubbub\CallbackInterface::setHttpResponse()
An instance of a class handling Http Responses. This is implemented in Zend\Feed\Pubsubhubbub\HttpResponse which shares an unenforced interface with (i.e. not inherited from) Zend\Feed\Pubsubhubbub\AbstractCallback.
Parameters
HttpResponse|\Zend\Http\PhpEnvironment\Response $httpResponse:
1 method overrides CallbackInterface::setHttpResponse()
- AbstractCallback::setHttpResponse in vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ AbstractCallback.php - An instance of a class handling Http Responses. This is implemented in Zend\Feed\Pubsubhubbub\HttpResponse which shares an unenforced interface with (i.e. not inherited from) Zend\Controller\Response\Http.
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ CallbackInterface.php, line 41
Class
Namespace
Zend\Feed\PubSubHubbubCode
public function setHttpResponse($httpResponse);