Skip to content

Commit

Permalink
Codes are generated by openapi generator (#603)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jul 22, 2024
1 parent 784a455 commit 4e5d4bd
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 2 deletions.
86 changes: 84 additions & 2 deletions docs/classes/LINE-Laravel-LINEBotServiceProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ <h3 id="toc">
</h3>

<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#constant_CONFIG_PATH">CONFIG_PATH</a>
<span>
&nbsp;= __DIR__ . &#039;/config/line-bot.php&#039; </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#property_apiBindings">$apiBindings</a>
<span>
Expand All @@ -176,6 +183,13 @@ <h3 id="toc">
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#method_boot">boot()</a>
<span>
&nbsp;: void </span>
</dt>
<dd>Bootstrap any package services.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#method_register">register()</a>
<span>
&nbsp;: void </span>
Expand All @@ -194,6 +208,41 @@ <h3 id="toc">



<section class="phpdocumentor-constants">
<h3 class="phpdocumentor-elements__header" id="constants">
Constants
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
</h3>
<article class="phpdocumentor-element -constant -private ">
<h4 class="phpdocumentor-element__name" id="constant_CONFIG_PATH">
CONFIG_PATH
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#constant_CONFIG_PATH" 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/laravel/lib/LINEBotServiceProvider.php"><a href="files/src-laravel-lib-linebotserviceprovider.html"><abbr title="src/laravel/lib/LINEBotServiceProvider.php">LINEBotServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">56</span>

</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">CONFIG_PATH</span>
= <span class="phpdocumentor-signature__default-value">__DIR__ . &#039;/config/line-bot.php&#039;</span>
</code>


<section class="phpdocumentor-description"></section>

<section class="phpdocumentor-description"></section>



</article>
</section>


<section class="phpdocumentor-properties">
Expand Down Expand Up @@ -247,6 +296,39 @@ <h3 class="phpdocumentor-elements__header" id="methods">
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_boot">
boot()
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#method_boot" 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/laravel/lib/LINEBotServiceProvider.php"><a href="files/src-laravel-lib-linebotserviceprovider.html"><abbr title="src/laravel/lib/LINEBotServiceProvider.php">LINEBotServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">63</span>

</aside>

<p class="phpdocumentor-summary">Bootstrap any package services.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">boot</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>





<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">void</span>
&mdash;


</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_register">
register()
Expand All @@ -255,7 +337,7 @@ <h4 class="phpdocumentor-element__name" id="method_register">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/laravel/lib/LINEBotServiceProvider.php"><a href="files/src-laravel-lib-linebotserviceprovider.html"><abbr title="src/laravel/lib/LINEBotServiceProvider.php">LINEBotServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">61</span>
<span class="phpdocumentor-element-found-in__line">82</span>

</aside>

Expand Down Expand Up @@ -288,7 +370,7 @@ <h4 class="phpdocumentor-element__name" id="method_bindApis">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/laravel/lib/LINEBotServiceProvider.php"><a href="files/src-laravel-lib-linebotserviceprovider.html"><abbr title="src/laravel/lib/LINEBotServiceProvider.php">LINEBotServiceProvider.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">77</span>
<span class="phpdocumentor-element-found-in__line">98</span>

</aside>

Expand Down
10 changes: 10 additions & 0 deletions docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -47310,6 +47310,11 @@ Search.appendIndex(
"name": "LINEBotServiceProvider",
"summary": "",
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html"
}, {
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003Aboot\u0028\u0029",
"name": "boot",
"summary": "Bootstrap\u0020any\u0020package\u0020services.",
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html#method_boot"
}, {
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003Aregister\u0028\u0029",
"name": "register",
Expand All @@ -47320,6 +47325,11 @@ Search.appendIndex(
"name": "bindApis",
"summary": "",
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html#method_bindApis"
}, {
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003ACONFIG_PATH",
"name": "CONFIG_PATH",
"summary": "",
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html#constant_CONFIG_PATH"
}, {
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003A\u0024apiBindings",
"name": "apiBindings",
Expand Down

0 comments on commit 4e5d4bd

Please sign in to comment.