Feed/Pubsubhubbub/HttpResponse.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Feed_Pubsubhubbub  
Version
$Id$  

\Zend_Feed_Pubsubhubbub_HttpResponse

Package: Zend_Feed_Pubsubhubbub
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_body = ''
The body of any response to the current callback request
Default value''Details
Type
string
>VPropertyprotectedarray $_headers = array()
Array of headers. Each header is an array with keys 'name' and 'value'
Default valuearray()Details
Type
array
>VPropertyprotectedint $_httpResponseCode = 200
HTTP response code to use in headers
Default value200Details
Type
int

Methods

methodprotected_normalizeHeader(string $name) : string

Normalizes a header name to X-Capitalized-Names

Parameters
NameTypeDescription
$namestring
Returns
TypeDescription
string
methodpubliccanSendHeaders(boolean $throw = false) : boolean

Can we send headers?

Parameters
NameTypeDescription
$throwboolean

Whether or not to throw an exception if headers have been sent; defaults to false

Returns
TypeDescription
boolean
Throws
ExceptionDescription
\Zend_Feed_Pubsubhubbub_Exception
methodpublicgetBody() : string

Return the body content

Returns
TypeDescription
string
methodpublicgetHeader(string $name) : string | null

Check if a specific Header is set and return its value

Parameters
NameTypeDescription
$namestring
Returns
TypeDescription
string | null
methodpublicgetHeaders() : array

Return array of headers; see {@link $_headers} for format

Returns
TypeDescription
array
methodpublicgetHttpResponseCode() : int

Retrieve HTTP response code

Returns
TypeDescription
int
methodpublicsendHeaders() : void

Send all headers

Sends any headers specified. If an {@link setHttpResponseCode() HTTP response code} has been specified, it is sent with the first header.
methodpublicsendResponse() : void

Send the response, including all headers

methodpublicsetBody(string $content) : \Zend_Feed_Pubsubhubbub_HttpResponse

Set body content

Parameters
NameTypeDescription
$contentstring
Returns
TypeDescription
\Zend_Feed_Pubsubhubbub_HttpResponse
methodpublicsetHeader(string $name, string $value, boolean $replace = false) : \Zend_Feed_Pubsubhubbub_HttpResponse

Set a header

If $replace is true, replaces any headers already defined with that $name.
Parameters
NameTypeDescription
$namestring
$valuestring
$replaceboolean
Returns
TypeDescription
\Zend_Feed_Pubsubhubbub_HttpResponse
methodpublicsetHttpResponseCode(int $code) : \Zend_Feed_Pubsubhubbub_HttpResponse

Set HTTP response code to use with headers

Parameters
NameTypeDescription
$codeint
Returns
TypeDescription
\Zend_Feed_Pubsubhubbub_HttpResponse
Documentation was generated by phpDocumentor 2.2.0 .