|
12 | 12 | use Native\Laravel\Menu\Items\Separator;
|
13 | 13 |
|
14 | 14 | /**
|
15 |
| -* @method static \Native\Laravel\Menu\Menu make(MenuItem ...$items) |
16 |
| -* @method static Checkbox checkbox(string $label, bool $checked = false, ?string $hotkey = null) |
17 |
| -* @method static GoToLink goToUrl(string $url, string $label = null, ?string $hotkey = null) |
18 |
| -* @method static GoToLink goToRoute(string $url, string $label = null, ?string $hotkey = null) |
19 |
| -* @method static Label label(string $label) |
20 |
| -* @method static Link link(string $url, string $label = null, ?string $hotkey = null) |
21 |
| -* @method static Radio radio(string $label, bool $checked = false, ?string $hotkey = null) |
22 |
| -* @method static Role app() |
23 |
| -* @method static Role file() |
24 |
| -* @method static Role edit() |
25 |
| -* @method static Role view() |
26 |
| -* @method static Role window() |
27 |
| -* @method static Role help() |
28 |
| -* @method static Role window() |
29 |
| -* @method static Role fullscreen() |
30 |
| -* @method static Role separator() |
31 |
| -* @method static Role devTools() |
32 |
| -* @method static Role undo() |
33 |
| -* @method static Role redo() |
34 |
| -* @method static Role cut() |
35 |
| -* @method static Role copy() |
36 |
| -* @method static Role paste() |
37 |
| -* @method static Role pasteAndMatchStyle() |
38 |
| -* @method static Role reload() |
39 |
| -* @method static Role minimize() |
40 |
| -* @method static Role close() |
41 |
| -* @method static Role quit() |
42 |
| -* @method static Role help() |
43 |
| -* @method static Role hide() |
44 |
| -* @method static void create(MenuItem ...$items) |
45 |
| -* @method static void default() |
| 15 | + * @method static \Native\Laravel\Menu\Menu make(MenuItem ...$items) |
| 16 | + * @method static Checkbox checkbox(string $label, bool $checked = false, ?string $hotkey = null) |
| 17 | + * @method static GoToLink goToUrl(string $url, string $label = null, ?string $hotkey = null) |
| 18 | + * @method static GoToLink goToRoute(string $url, string $label = null, ?string $hotkey = null) |
| 19 | + * @method static Label label(string $label) |
| 20 | + * @method static Link link(string $url, string $label = null, ?string $hotkey = null) |
| 21 | + * @method static Radio radio(string $label, bool $checked = false, ?string $hotkey = null) |
| 22 | + * @method static Role app() |
| 23 | + * @method static Role file() |
| 24 | + * @method static Role edit() |
| 25 | + * @method static Role view() |
| 26 | + * @method static Role window() |
| 27 | + * @method static Role help() |
| 28 | + * @method static Role window() |
| 29 | + * @method static Role fullscreen() |
| 30 | + * @method static Role separator() |
| 31 | + * @method static Role devTools() |
| 32 | + * @method static Role undo() |
| 33 | + * @method static Role redo() |
| 34 | + * @method static Role cut() |
| 35 | + * @method static Role copy() |
| 36 | + * @method static Role paste() |
| 37 | + * @method static Role pasteAndMatchStyle() |
| 38 | + * @method static Role reload() |
| 39 | + * @method static Role minimize() |
| 40 | + * @method static Role close() |
| 41 | + * @method static Role quit() |
| 42 | + * @method static Role help() |
| 43 | + * @method static Role hide() |
| 44 | + * @method static void create(MenuItem ...$items) |
| 45 | + * @method static void default() |
46 | 46 | */
|
47 | 47 | class Menu extends Facade
|
48 | 48 | {
|
|
0 commit comments