The Yaf_Response_Abstract class
(Yaf >=1.0.0)
Class synopsis
Yaf_Response_Abstract
{
const
string
DEFAULT_BODY
= "content"
;
public bool appendBody
(
string $content
[,
string $key
] )
public mixed getBody
([
string $key
] )
public bool prependBody
(
string $content
[,
string $key
] )
public bool setBody
(
string $content
[,
string $key
] )
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.