protected Application $application
public __construct(?View $view, array $args = []): void
Parameter | Type | Description |
---|
$view | View | |
$args | array | |
public __get(string $method): mixed
Parameter | Type | Description |
---|
$method | string | |
public initialise(?array $args): void
Parameter | Type | Description |
---|
$args | array | |
public extendArgs(array $args): void
Parameter | Type | Description |
---|
$args | array | |
public set(string $arg, mixed $value): void
Parameter | Type | Description |
---|
$arg | string | |
$value | mixed | |
public get(string $arg): mixed
Parameter | Type | Description |
---|
$arg | string | |
public requires(string $helper, array $args = []): void
Parameter | Type | Description |
---|
$helper | string | |
$args | array | |
public init(array $args = []): bool
Parameter | Type | Description |
---|
$args | array | |
public run(View $view): bool
Parameter | Type | Description |
---|
$view | View | |
Generated by Hazaar API Doc Generator