- Full name:
\App\Helper\Menus
- Parent class:
\Lime\Helper
protected array $menus
public addLink(string $menu, array $link): void
Parameters:
Parameter | Type | Description |
---|---|---|
$menu |
string | |
$link |
array |
public menu(string $name, bool $grouped = false): array
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
string | |
$grouped |
bool |
public __construct(\Lime\App $app, mixed $context = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$app |
\Lime\App | |
$context |
mixed |
protected initialize(): 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 |