You are here

public function CallbackInterface::setHttpResponse in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

CallbackInterface

Namespace

Zend\Feed\PubSubHubbub

Code

public function setHttpResponse($httpResponse);