static Response
create(mixed $content = '', int $status = 200, array $headers = array())
Factory method for chainability. Example: return Response::create($body, 200)
->setSharedMaxAge(300);
Parameters mixed $content The response content, see setContent() int $status The response status code array $headers An array of response headers Return Value Response