PHP Класс blink\http\Response

Наследование: extends blink\core\Object, implements blink\core\ShouldBeRefreshed, use trait blink\core\MiddlewareTrait
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$data
$headers blink\http\HeaderBag
$httpStatuses
$statusCode
$statusText
$version

Защищенные свойства (Protected)

Свойство Тип Описание
$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