class Response extends Facade

Methods

static 
getFacadeAccessor()

No description

static 
__callStatic($name, $args)

No description

from Facade
static
make($content = '', int $status = 200, array $headers = [])

No description

static
json($content, $json)

No description

static
redirect($url)

No description

static
setContent($content)

No description

static
setStatusCode(int $code, $text = null)

No description

static
setHeaders(array $headers = [])

No description

Details

at line 17
static getFacadeAccessor()

in Facade at line 11
static __callStatic($name, $args)

Parameters

$name
$args

at line 15
static make($content = '', int $status = 200, array $headers = [])

Parameters

$content
int $status
array $headers

Return Value

static

at line 15
static json($content, $json)

Parameters

$content
$json

Return Value

static

at line 15
static redirect($url)

Parameters

$url

Return Value

static

at line 15
static setContent($content)

Parameters

$content

Return Value

static

at line 15
static setStatusCode(int $code, $text = null)

Parameters

int $code
$text

Return Value

static

at line 15
static setHeaders(array $headers = [])

Parameters

array $headers

Return Value

static