private ViewLayout $_layout
public __construct(ViewLayout $layout): void
Parameter | Type | Description |
---|
$layout | ViewLayout | |
public __get(string $key): mixed
Parameter | Type | Description |
---|
$key | string | |
public __set(string $key, mixed $value): void
Parameter | Type | Description |
---|
$key | string | |
$value | mixed | |
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 offsetGet( $offset): mixed
Parameter | Type | Description |
---|
$offset | `````` | |
public offsetSet(mixed $key, mixed $value): void
Parameter | Type | Description |
---|
$key | mixed | |
$value | mixed | |
public offsetUnset(mixed $key): void
Parameter | Type | Description |
---|
$key | mixed | |
public offsetExists(mixed $key): bool
Parameter | Type | Description |
---|
$key | mixed | |
public view(mixed $view, mixed $key): View
Parameter | Type | Description |
---|
$view | mixed | |
$key | mixed | |
Generated by Hazaar API Doc Generator