8000 add WindowsManager methods into related facade · NativeLaravel/laravel@e5c1780 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5c1780

Browse files
committed
add WindowsManager methods into related facade
1 parent 4f14089 commit e5c1780

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Facades/Window.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method static \Native\Laravel\Windows\PendingOpenWindow open(string $id = 'main')
9+
* @method static void close($id = null)
10+
* @method static object current()
11+
* @method static void resize($width, $height, $id = null)
12+
* @method static void position($x, $y, $animated = false, $id = null)
13+
* @method static void alwaysOnTop($alwaysOnTop = true, $id = null)
14+
*/
715
class Window extends Facade
816
{
917
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)
0