You are here

protected property AbstractCallback::$httpResponse in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php \Zend\Feed\PubSubHubbub\AbstractCallback::httpResponse

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.

Type: HttpResponse|PhpResponse

File

vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php, line 34

Class

AbstractCallback

Namespace

Zend\Feed\PubSubHubbub

Code

protected $httpResponse = null;