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'
Detailsarray $_content = 'array'
Detailsarray $_decorators = 'array'
Detailsarray $_defaultDecoratorOptions = 'array'
DetailsZend_Tool_Framework_Exception $_exception = 'null'
Details__toString(
)
:
string__toString() to cast to a string
Details_applyDecorators(
string $content, array $decoratorOptions
)
:
string_applyDecorators() apply a group of decorators
DetailsaddContentDecorator(
Zend_Tool_Framework_Client_Response_ContentDecorator_Interface $contentDecorator
)
:
unknownAdd Content Decorator
DetailsappendContent(
string $content, $decoratorOptions
=
array
)
:
Zend_Tool_Framework_Client_ResponseappendCallback
DetailsgetContent(
)
:
stringgetContent()
DetailsgetContentDecorators(
)
:
arraygetContentDecorators()
DetailsgetException(
)
:
ExceptiongetException()
DetailsisException(
)
:
boolisException()
DetailssetContent(
string $content, $decoratorOptions
=
array
)
:
Zend_Tool_Framework_Client_ResponsesetContent()
DetailssetContentCallback(
callback $callback
)
:
Zend_Tool_Framework_Client_ResponsesetContentCallback()
DetailssetDefaultDecoratorOptions(
array $decoratorOptions, bool $mergeIntoExisting
=
false
)
:
Zend_Tool_Framework_Client_ResponsesetDefaultDecoratorOptions()
DetailssetException(
Exception $exception
)
:
Zend_Tool_Framework_Client_ResponsesetException()
Details