PHP 클래스 blink\http\Response

상속: extends blink\core\Object, implements blink\core\ShouldBeRefreshed, use trait blink\core\MiddlewareTrait
파일 보기 프로젝트 열기: bixuehujin/blink 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$data
$headers blink\http\HeaderBag
$httpStatuses
$statusCode
$statusText
$version

보호된 프로퍼티들

프로퍼티 타입 설명
$content
$prepared

공개 메소드들

메소드 설명
content ( ) : string Gets the raw response content.
getCookies ( ) : CookieBag Returns the cookies that should be sent with the response.
init ( )
prepare ( ) Prepare the response to ready to send to client.
redirect ( $url, integer $statusCode = 302 ) Redirects to the specified url.
status ( $code, $text = null )
with ( $data )

메소드 상세

content() 공개 메소드

Gets the raw response content.
public content ( ) : string
리턴 string

getCookies() 공개 메소드

Returns the cookies that should be sent with the response.
public getCookies ( ) : CookieBag
리턴 CookieBag

init() 공개 메소드

public init ( )

prepare() 공개 메소드

Prepare the response to ready to send to client.
public prepare ( )

redirect() 공개 메소드

Redirects to the specified url.
부터: 0.2.0
public redirect ( $url, integer $statusCode = 302 )
$url The url to redirect
$statusCode integer

status() 공개 메소드

public status ( $code, $text = null )

with() 공개 메소드

public with ( $data )

프로퍼티 상세

$content 보호되어 있는 프로퍼티

protected $content

$data 공개적으로 프로퍼티

public $data

$headers 공개적으로 프로퍼티

public HeaderBag,blink\http $headers
리턴 blink\http\HeaderBag

$httpStatuses 공개적으로 정적으로 프로퍼티

public static $httpStatuses

$prepared 보호되어 있는 프로퍼티

protected $prepared

$statusCode 공개적으로 프로퍼티

public $statusCode

$statusText 공개적으로 프로퍼티

public $statusText

$version 공개적으로 프로퍼티

public $version