API Documentation

Tool/Framework/Client/Response.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
version
$Id: Response.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Framework_Client_Response

Description

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.

Zend_Tool_Framework_Client_Response

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Properties
$_callback
$_content
$_exception
$_decorators
$_defaultDecoratorOptions
Methods
setContentCallback
setContent
appendContent
setDefaultDecoratorOptions
getContent
isException
setException
getException
addContentDecorator
getContentDecorators
__toString
_applyDecorators

Description

Properties

$_callback

callback|null $_callback = 'null'

Details

$_callback
callback|null
visibility
protected
default
null
final
false
static
false

$_content

array $_content = 'array'

Details

$_content
array
visibility
protected
default
array
final
false
static
false

$_decorators

array $_decorators = 'array'

Details

$_decorators
array
visibility
protected
default
array
final
false
static
false

$_defaultDecoratorOptions

array $_defaultDecoratorOptions = 'array'

Details

$_defaultDecoratorOptions
array
visibility
protected
default
array
final
false
static
false

$_exception

Zend_Tool_Framework_Exception $_exception = 'null'

Details

$_exception
Zend_Tool_Framework_Exception
visibility
protected
default
null
final
false
static
false

Methods

__toString

__toString( ) : string

__toString() to cast to a string

Output
string
Details
visibility
public
final
false
static
false

_applyDecorators

_applyDecorators( string $content, array $decoratorOptions ) : string

_applyDecorators() apply a group of decorators

Arguments
$content
string
$decoratorOptions
array
Output
string
Details
visibility
protected
final
false
static
false

addContentDecorator

addContentDecorator( Zend_Tool_Framework_Client_Response_ContentDecorator_Interface $contentDecorator ) : unknown

Add Content Decorator

Arguments
$contentDecorator
Zend_Tool_Framework_Client_Response_ContentDecorator_Interface
Output
unknown
Details
visibility
public
final
false
static
false

appendContent

appendContent( string $content,  $decoratorOptions = array ) : Zend_Tool_Framework_Client_Response

appendCallback

Arguments
$content
string
$decoratorOptions
Details
visibility
public
final
false
static
false

getContent

getContent( ) : string

getContent()

Output
string
Details
visibility
public
final
false
static
false

getContentDecorators

getContentDecorators( ) : array

getContentDecorators()

Output
array
Details
visibility
public
final
false
static
false

getException

getException( ) : Exception

getException()

Output
Exception
Details
visibility
public
final
false
static
false

isException

isException( ) : bool

isException()

Output
bool
Details
visibility
public
final
false
static
false

setContent

setContent( string $content,  $decoratorOptions = array ) : Zend_Tool_Framework_Client_Response

setContent()

Arguments
$content
string
$decoratorOptions
Details
visibility
public
final
false
static
false

setContentCallback

setContentCallback( callback $callback ) : Zend_Tool_Framework_Client_Response

setContentCallback()

Arguments
$callback
callback
Details
visibility
public
final
false
static
false

setDefaultDecoratorOptions

setDefaultDecoratorOptions( array $decoratorOptions, bool $mergeIntoExisting = false ) : Zend_Tool_Framework_Client_Response

setDefaultDecoratorOptions()

Arguments
$decoratorOptions
array
$mergeIntoExisting
bool
Details
visibility
public
final
false
static
false

setException

setException( Exception $exception ) : Zend_Tool_Framework_Client_Response

setException()

Arguments
$exception
Exception
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.