Response
Tags
Table of Contents
- $instance : Response
- Instance of Response.
- __callStatic() : mixed
- Add support for magic static method calls.
- _i() : mixed
- Get the instance.
- instance() : mixed
- Set instance of Response.
Properties
$instance
Instance of Response.
protected
static Response
$instance
Methods
__callStatic()
Add support for magic static method calls.
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
Return values
mixed —the returned value from the resolved method
_i()
Get the instance.
public
static _i() : mixed
Return values
mixed —instance()
Set instance of Response.
public
static instance(Response $instance) : mixed
Parameters
- $instance : Response