public __construct(string $view, ?array $data): void
Parameter | Type | Description |
---|
$view | string | |
$data | array | |
protected __prepare(Controller $controller): void
Parameter | Type | Description |
---|
$controller | Controller | |
public __call(string $method, array $param_arr): mixed
Parameter | Type | Description |
---|
$method | string | |
$param_arr | array | |
public __set(mixed $key, mixed $value): void
Parameter | Type | Description |
---|
$key | mixed | |
$value | mixed | |
public __get(mixed $key): mixed
Parameter | Type | Description |
---|
$key | mixed | |
public populate(array $values): void
Parameter | Type | Description |
---|
$values | array | |
public load(string $view): void
Parameter | Type | Description |
---|
$view | string | |
public getContent(): string
Generated by Hazaar API Doc Generator