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.
callback|null $_callback = 'null'
array $_content = 'array'
array $_decorators = 'array'
array $_defaultDecoratorOptions = 'array'
Zend_Tool_Framework_Exception $_exception = 'null'
__toString(
)
:
string
__toString() to cast to a string
_applyDecorators(
string $content, array $decoratorOptions
)
:
string
_applyDecorators() apply a group of decorators
addContentDecorator(
Zend_Tool_Framework_Client_Response_ContentDecorator_Interface $contentDecorator
)
:
unknown
Add Content Decorator
appendContent(
string $content, $decoratorOptions
=
array
)
:
Zend_Tool_Framework_Client_Response
appendCallback
getContent(
)
:
string
getContent()
getContentDecorators(
)
:
array
getContentDecorators()
getException(
)
:
Exception
getException()
isException(
)
:
bool
isException()
setContent(
string $content, $decoratorOptions
=
array
)
:
Zend_Tool_Framework_Client_Response
setContent()
setContentCallback(
callback $callback
)
:
Zend_Tool_Framework_Client_Response
setContentCallback()
setDefaultDecoratorOptions(
array $decoratorOptions, bool $mergeIntoExisting
=
false
)
:
Zend_Tool_Framework_Client_Response
setDefaultDecoratorOptions()
setException(
Exception $exception
)
:
Zend_Tool_Framework_Client_Response
setException()