The Yaf_Response_Abstract class

(Yaf >=1.0.0)

Introduction

Class synopsis

class Yaf_Response_Abstract {
/* Constants */
const string DEFAULT_BODY = "content";
/* Properties */
protected $_header ;
protected $_body ;
protected $_sendheader ;
/* Methods */
public __construct ()
public appendBody (string $content, string $key = ?): bool
public clearBody (string $key = ?): bool
public clearHeaders (): 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 (string $url): bool
private __toString (): string
public __destruct ()
}

Properties

_header

_body

_sendheader

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /