You are here

public function CallbackInterface::sendResponse in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php \Zend\Feed\PubSubHubbub\CallbackInterface::sendResponse()

Send the response, including all headers. If you wish to handle this via Zend\Mvc\Controller, use the getter methods to retrieve any data needed to be set on your HTTP Response object, or simply give this object the HTTP Response instance to work with for you!

Return value

void

1 method overrides CallbackInterface::sendResponse()
AbstractCallback::sendResponse in vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php
Send the response, including all headers. If you wish to handle this via Zend\Http, use the getter methods to retrieve any data needed to be set on your HTTP Response object, or simply give this object the HTTP Response instance to work with for you!

File

vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php, line 32

Class

CallbackInterface

Namespace

Zend\Feed\PubSubHubbub

Code

public function sendResponse();