public __construct(mixed $data = [], int $status = 200): void
Parameter | Type | Description |
---|
$data | mixed | |
$status | int | |
public __set(string $key, string $value): void
Parameter | Type | Description |
---|
$key | string | |
$value | string | |
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 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