protected mixed $jsonContent
public __construct(mixed $data, int $status = 200): void
| Parameter | Type | Description |
|---|
$data | mixed | |
$status | int | |
public __set(string $key, null $value): void
| Parameter | Type | Description |
|---|
$key | string | |
$value | null | |
public __get(string $key): mixed
| Parameter | Type | Description |
|---|
$key | string | |
public get(string $key): mixed
| Parameter | Type | Description |
|---|
$key | string | |
public set(string $key, mixed $value): void
| Parameter | Type | Description |
|---|
$key | string | |
$value | mixed | |
public populate(array $data): void
| Parameter | Type | Description |
|---|
$data | array | |
public push(array $data): void
| Parameter | Type | Description |
|---|
$data | array | |
public setCallback(string $callback): void
| Parameter | Type | Description |
|---|
$callback | string | |
public setContent(mixed $data): void
| Parameter | Type | Description |
|---|
$data | mixed | |
public getContent(): string
public offsetExists(mixed $offset): bool
| Parameter | Type | Description |
|---|
$offset | mixed | |
public offsetGet(mixed $offset): mixed
| Parameter | Type | Description |
|---|
$offset | mixed | |
public offsetSet(mixed $offset, mixed $value): void
| Parameter | Type | Description |
|---|
$offset | mixed | |
$value | mixed | |
public offsetUnset(mixed $offset): void
| Parameter | Type | Description |
|---|
$offset | mixed | |
Generated by Hazaar API Doc Generator on Wed, 07 Jan 2026 11:29:59 +0000