Class Controller
- Full name:
\App\Controller\Dashboard
- Parent class:
\App\Controller\App
public index(): mixed
protected render( $view, array $params = []): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$view |
**** | |
$params |
array |
protected initialize(): mixed
protected isAllowed(string $permission): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$permission |
string |
protected checkAndLockResource(mixed $resourceId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$resourceId |
mixed |
public unlockResource(mixed $resourceId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$resourceId |
mixed |
public index(): string
protected before(): mixed
protected path( $path): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$path |
**** |
protected param( $key, null $default = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$key |
**** | |
$default |
null |
protected module( $module): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$module |
**** |
protected helper( $name): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
**** |
protected stop(mixed $data = null, mixed $status = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$data |
mixed | |
$status |
mixed |
public __construct(\Lime\App $app, mixed $context = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$app |
\Lime\App | |
$context |
mixed |
public __call(mixed $name, mixed $arguments): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
mixed | |
$arguments |
mixed |
public __invoke(mixed $helper): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$helper |
mixed |
public __get(mixed $name): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
mixed |