Класс Yaf_Response_Abstract

(Yaf >=1.0.0)

Введение

Обзор классов

Yaf_Response_Abstract {
/* Константы */
const string DEFAULT_BODY = "content" ;
/* Свойства */
protected $_header ;
protected $_body ;
protected $_sendheader ;
/* Методы */
public appendBody ( string $content , string $key = ? ) : bool
public clearBody ( string $key = ? ) : bool
public clearHeaders ( ) : void
public __construct ( )
public __destruct ( ) : void
public getBody ( string $key = ? ) : mixed
public getHeader ( ) : void
public prependBody ( string $content , string $key = ? ) : bool
public response ( ) : void
protected setAllHeaders ( ) : void
public setBody ( string $content , string $key = ? ) : bool
public setHeader ( string $name , string $value , bool $replace = ? ) : bool
public setRedirect ( ) : void
private __toString ( ) : string
}

Свойства

_header

_body

_sendheader

Содержание