Yaf_Response_Abstract
{
const
string
DEFAULT_BODY
= "content"
;
public appendBody
(
string $content
,
string $key
= ?
) :
bool
public prependBody
(
string $content
,
string $key
= ?
) :
bool
public setBody
(
string $content
,
string $key
= ?
) :
bool
}