File tree Expand file tree Collapse file tree 11 files changed +63
-0
lines changed
Expand file tree Collapse file tree 11 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static void focus()
9+ * @method static void hide()
10+ * @method static bool isHidden()
11+ * @method static string version()
12+ * @method static int badgeCount($count = null)
13+ * @method static void addRecentDocument(string $path)
14+ * @method static array recentDocuments()
15+ * @method static void clearRecentDocuments()
16+ */
717class App extends Facade
818{
919 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static void clear()
9+ * @method static string text($text = null)
10+ * @method static string html($html = null)
11+ * @method static string image($image = null)
12+ */
713class Clipboard extends Facade
814{
915 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 33namespace Native \Laravel \Facades ;
44
55use Illuminate \Support \Facades \Facade ;
6+ use Native \Laravel \Menu \Menu ;
67
8+ /**
9+ * @method static void register(Menu $menu)
10+ * @method static void remove()
11+ */
712class ContextMenu extends Facade
813{
914 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 33namespace Native \Laravel \Facades ;
44
55use Illuminate \Support \Facades \Facade ;
6+ use Native \Laravel \Menu \Menu ;
67
8+ /**
9+ * @method static void menu(Menu $menu)
10+ */
711class Dock extends Facade
812{
913 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static \Native\Laravel\GlobalShortcut key(string $key)
9+ * @method static \Native\Laravel\GlobalShortcut event(string $event)
10+ * @method static void register()
11+ * @method static void unregister()
12+ */
713class GlobalShortcut extends Facade
814{
915 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static \Native\Laravel\MenuBar\PendingCreateMenuBar create()
9+ * @method static void show()
10+ * @method static void hide()
11+ * @method static void label(string $label)
12+ */
713class MenuBar extends Facade
814{
915 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static string arch()
9+ * @method static string platform()
10+ * @method static float uptime()
11+ * @method static object fresh()
12+ */
713class Process extends Facade
814{
915 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static object cursorPosition()
9+ * @method static array displays()
10+ */
711class Screen extends Facade
812{
913 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static void set($key, $value)
9+ * @method static void mixed($key, $default = null)
10+ */
711class Settings extends Facade
812{
913 protected static function getFacadeAccessor ()
Original file line number Diff line number Diff line change 44
55use Illuminate \Support \Facades \Facade ;
66
7+ /**
8+ * @method static bool canPromptTouchID()
9+ * @method static bool promptTouchID(string $reason)
10+ */
711class System extends Facade
812{
913 protected static function getFacadeAccessor ()
You can’t perform that action at this time.
0 commit comments