You are here

public function CallbackInterface::getHttpResponse 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::getHttpResponse()

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.

Return value

HttpResponse|\Zend\Http\PhpEnvironment\Response

1 method overrides CallbackInterface::getHttpResponse()
AbstractCallback::getHttpResponse 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 50

Class

CallbackInterface

Namespace

Zend\Feed\PubSubHubbub

Code

public function getHttpResponse();