Skip to content

Commit

Permalink
Generate API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Sep 18, 2024
1 parent c5daf2b commit 3491499
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 1 deletion.
104 changes: 103 additions & 1 deletion docs/classes/Ngmy-LaravelAop-ServiceProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,20 @@ <h4 id="toc-methods">
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInCompileCommand">runInCompileCommand()</a>
<span>
&nbsp;: bool </span>
</dt>
<dd>Check if the command is running in the compile command.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInWatchCommand">runInWatchCommand()</a>
<span>
&nbsp;: bool </span>
</dt>
<dd>Check if the command is running in the watch command.</dd>

</dl>


Expand Down Expand Up @@ -197,7 +211,7 @@ <h4 class="phpdocumentor-element__name" id="method_boot">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/ServiceProvider.php"><a href="files/src-serviceprovider.html"><abbr title="src/ServiceProvider.php">ServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">48</span>

</aside>

Expand Down Expand Up @@ -250,6 +264,92 @@ <h4 class="phpdocumentor-element__name" id="method_register">



</article>
<article
class="phpdocumentor-element
-method
-private
"
>
<h4 class="phpdocumentor-element__name" id="method_runInCompileCommand">
runInCompileCommand()
<a href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInCompileCommand" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/ServiceProvider.php"><a href="files/src-serviceprovider.html"><abbr title="src/ServiceProvider.php">ServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">67</span>

</aside>

<p class="phpdocumentor-summary">Check if the command is running in the compile command.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__name">runInCompileCommand</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>

<div class="phpdocumentor-label-line">
</div>







<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">bool</span>
&mdash;
<section class="phpdocumentor-description"><p>True if the command is running in the compile command, false otherwise</p>
</section>

</section>

</article>
<article
class="phpdocumentor-element
-method
-private
"
>
<h4 class="phpdocumentor-element__name" id="method_runInWatchCommand">
runInWatchCommand()
<a href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInWatchCommand" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/ServiceProvider.php"><a href="files/src-serviceprovider.html"><abbr title="src/ServiceProvider.php">ServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">78</span>

</aside>

<p class="phpdocumentor-summary">Check if the command is running in the watch command.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__name">runInWatchCommand</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>

<div class="phpdocumentor-label-line">
</div>







<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">bool</span>
&mdash;
<section class="phpdocumentor-description"><p>True if the command is running in the watch command, false otherwise</p>
</section>

</section>

</article>
</section>

Expand Down Expand Up @@ -366,6 +466,8 @@ <h4 class="phpdocumentor-element__name" id="method_register">
<ul class="phpdocumentor-list -clean">
<li class=""><a href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_boot">boot()</a></li>
<li class=""><a href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_register">register()</a></li>
<li class=""><a href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInCompileCommand">runInCompileCommand()</a></li>
<li class=""><a href="classes/Ngmy-LaravelAop-ServiceProvider.html#method_runInWatchCommand">runInWatchCommand()</a></li>
</ul>
</li>
</ul>
Expand Down
10 changes: 10 additions & 0 deletions docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3491499

Please sign in to comment.