Response
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- Prepare the Inertia Server Side Rendering (SSR) response.
Properties
$body
public
string
$body
$head
public
string
$head
Methods
__construct()
Prepare the Inertia Server Side Rendering (SSR) response.
public
__construct(string $head, string $body) : mixed
Parameters
- $head : string
- $body : string