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 ) : void
private __clone ( void ) : void
public __construct ( void )
public __destruct ( void ) : void
public getBody ([ string $key ] ) : mixed
public getHeader ( void ) : void
public prependBody ( string $content [, string $key ] ) : bool
public response ( void ) : void
protected setAllHeaders ( void ) : void
public setBody ( string $content [, string $key ] ) : bool
public setHeader ( string $name , string $value [, bool $replace ] ) : bool
public setRedirect ( void ) : void
private __toString ( void ) : string
}

プロパティ

_header

_body

_sendheader

目次