Spec-Zone.ru › Laravel 5.1

JsonResponse

class JsonResponse extends JsonResponse (View source)

Свойства

ResponseTrait

Свойства

protected int $jsonOptions Параметры кодирования JSON.

Методы

int status()

Получить код состояния ответа.

из ResponseTrait
string content()

Получить содержимое ответа.

из ResponseTrait
$this header(string $key, string $value, bool $replace = true)

Установить заголовок ответа.

из ResponseTrait
$this withCookie(Cookie|mixed $cookie)

Добавить cookie в ответ.

из ResponseTrait
__construct(mixed $data = null, int $status = 200, array $headers = [], int $options)

Конструктор.

mixed getData(bool $assoc = false, int $depth = 512)

Получить данные, декодированные из JSON, из ответа.

setData($data = [])

{@inheritdoc}

int getJsonOptions()

Получить параметры кодирования JSON.

mixed setJsonOptions(int $options)

Установить параметры кодирования JSON.

Подробное описание

int status()

Получить код состояния ответа.

Возвращаемое значение

int

string content()

Получить содержимое ответа.

Возвращаемое значение

string

$this header(string $key, string $value, bool $replace = true)

Установить заголовок ответа.

Параметры

string $key
string $value
bool $replace

Возвращаемое значение

$this

$this withCookie(Cookie|mixed $cookie)

Добавить cookie в ответ.

Параметры

Cookie|mixed $cookie

Возвращаемое значение

$this

__construct(mixed $data = null, int $status = 200, array $headers = [], int $options)

Конструктор.

Параметры

mixed $data
int $status
array $headers
int $options

mixed getData(bool $assoc = false, int $depth = 512)

Получить данные, декодированные из JSON, из ответа.

Параметры

bool $assoc
int $depth

Возвращаемое значение

mixed

setData($data = [])

{@inheritdoc}

Параметры

$data

int getJsonOptions()

Получить параметры кодирования JSON.

Возвращаемое значение

int

mixed setJsonOptions(int $options)

Установить параметры кодирования JSON.

Параметры

int $options

Возвращаемое значение

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Http/JsonResponse.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API