Zend Framework
1.12
|
Public Member Functions | |
setContentCallback ($callback) | |
setContentCallback() | |
setContent ($content, Array $decoratorOptions=array()) | |
setContent() | |
appendContent ($content, Array $decoratorOptions=array()) | |
appendCallback | |
setDefaultDecoratorOptions (Array $decoratorOptions, $mergeIntoExisting=false) | |
setDefaultDecoratorOptions() | |
getContent () | |
getContent() | |
isException () | |
isException() | |
setException (Exception $exception) | |
setException() | |
getException () | |
getException() | |
addContentDecorator (Zend_Tool_Framework_Client_Response_ContentDecorator_Interface $contentDecorator) | |
Add Content Decorator. | |
getContentDecorators () | |
getContentDecorators() | |
__toString () | |
__toString() to cast to a string | |
Protected Member Functions | |
_applyDecorators ($content, Array $decoratorOptions) | |
_applyDecorators() apply a group of decorators | |
Protected Attributes | |
$_callback = null | |
$_content = array() | |
$_exception = null | |
$_decorators = array() | |
$_defaultDecoratorOptions = array() | |
__toString | ( | ) |
__toString() to cast to a string
|
protected |
_applyDecorators() apply a group of decorators
string | $content | |
array | $decoratorOptions |
addContentDecorator | ( | Zend_Tool_Framework_Client_Response_ContentDecorator_Interface | $contentDecorator | ) |
Add Content Decorator.
Zend_Tool_Framework_Client_Response_ContentDecorator_Interface | $contentDecorator |
appendContent | ( | $content, | |
Array | $decoratorOptions = array() |
||
) |
getContent | ( | ) |
getContentDecorators | ( | ) |
getException | ( | ) |
isException | ( | ) |
setContent | ( | $content, | |
Array | $decoratorOptions = array() |
||
) |
setContentCallback | ( | $callback | ) |
setDefaultDecoratorOptions | ( | Array | $decoratorOptions, |
$mergeIntoExisting = false |
|||
) |
array | $decoratorOptions | |
bool | $mergeIntoExisting |
setException | ( | Exception | $exception | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |