From bb54c4ff6f04d7d66242204223150b2961278c5d Mon Sep 17 00:00:00 2001 From: Yuta Nagamiya Date: Wed, 18 Sep 2024 14:53:30 +0900 Subject: [PATCH] Generate API documentation --- .../Ngmy-LaravelAop-ServiceProvider.html | 104 +++++++++++++++++- docs/js/searchIndex.js | 10 ++ 2 files changed, 113 insertions(+), 1 deletion(-) diff --git a/docs/classes/Ngmy-LaravelAop-ServiceProvider.html b/docs/classes/Ngmy-LaravelAop-ServiceProvider.html index 60c6c6d..319c182 100644 --- a/docs/classes/Ngmy-LaravelAop-ServiceProvider.html +++ b/docs/classes/Ngmy-LaravelAop-ServiceProvider.html @@ -169,6 +169,20 @@

 : void +
+ runInCompileCommand() + +  : bool +
+
Check if the command is running in the compile command.
+ +
+ runInWatchCommand() + +  : bool +
+
Check if the command is running in the watch command.
+ @@ -197,7 +211,7 @@

@@ -250,6 +264,92 @@

+ +
+

+ runInCompileCommand() + + +

+ + +

Check if the command is running in the compile command.

+ + + private + runInCompileCommand() : bool + +
+
+ + + + + + + +
+
Return values
+ bool + — +

True if the command is running in the compile command, false otherwise

+
+ +
+ +
+
+

+ runInWatchCommand() + + +

+ + +

Check if the command is running in the watch command.

+ + + private + runInWatchCommand() : bool + +
+
+ + + + + + + +
+
Return values
+ bool + — +

True if the command is running in the watch command, false otherwise

+
+ +
+
@@ -366,6 +466,8 @@

diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js index 3f0ca16..ca6330a 100644 --- a/docs/js/searchIndex.js +++ b/docs/js/searchIndex.js @@ -390,6 +390,16 @@ Search.appendIndex( "name": "boot", "summary": "", "url": "classes/Ngmy-LaravelAop-ServiceProvider.html#method_boot" + }, { + "fqsen": "\\Ngmy\\LaravelAop\\ServiceProvider\u003A\u003ArunInCompileCommand\u0028\u0029", + "name": "runInCompileCommand", + "summary": "Check\u0020if\u0020the\u0020command\u0020is\u0020running\u0020in\u0020the\u0020compile\u0020command.", + "url": "classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInCompileCommand" + }, { + "fqsen": "\\Ngmy\\LaravelAop\\ServiceProvider\u003A\u003ArunInWatchCommand\u0028\u0029", + "name": "runInWatchCommand", + "summary": "Check\u0020if\u0020the\u0020command\u0020is\u0020running\u0020in\u0020the\u0020watch\u0020command.", + "url": "classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInWatchCommand" }, { "fqsen": "\\Ngmy\\LaravelAop\\Services\\ClassLoader", "name": "ClassLoader",