Skip to content

Commit 4e5d4bd

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#603)
Co-authored-by: github-actions <[email protected]>
1 parent 784a455 commit 4e5d4bd

File tree

2 files changed

+94
-2
lines changed

2 files changed

+94
-2
lines changed

docs/classes/LINE-Laravel-LINEBotServiceProvider.html

Lines changed: 84 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ <h3 id="toc">
168168
</h3>
169169

170170
<dl class="phpdocumentor-table-of-contents">
171+
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
172+
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#constant_CONFIG_PATH">CONFIG_PATH</a>
173+
<span>
174+
&nbsp;= __DIR__ . &#039;/config/line-bot.php&#039; </span>
175+
</dt>
176+
<dd></dd>
177+
171178
<dt class="phpdocumentor-table-of-contents__entry -property -private">
172179
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#property_apiBindings">$apiBindings</a>
173180
<span>
@@ -176,6 +183,13 @@ <h3 id="toc">
176183
<dd></dd>
177184

178185
<dt class="phpdocumentor-table-of-contents__entry -method -public">
186+
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#method_boot">boot()</a>
187+
<span>
188+
&nbsp;: void </span>
189+
</dt>
190+
<dd>Bootstrap any package services.</dd>
191+
192+
<dt class="phpdocumentor-table-of-contents__entry -method -public">
179193
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#method_register">register()</a>
180194
<span>
181195
&nbsp;: void </span>
@@ -194,6 +208,41 @@ <h3 id="toc">
194208

195209

196210

211+
<section class="phpdocumentor-constants">
212+
<h3 class="phpdocumentor-elements__header" id="constants">
213+
Constants
214+
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
215+
</h3>
216+
<article class="phpdocumentor-element -constant -private ">
217+
<h4 class="phpdocumentor-element__name" id="constant_CONFIG_PATH">
218+
CONFIG_PATH
219+
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#constant_CONFIG_PATH" class="headerlink"><i class="fas fa-link"></i></a>
220+
</h4>
221+
222+
<aside class="phpdocumentor-element-found-in">
223+
<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>
224+
:
225+
<span class="phpdocumentor-element-found-in__line">56</span>
226+
227+
</aside>
228+
229+
230+
<code class="phpdocumentor-signature phpdocumentor-code ">
231+
<span class="phpdocumentor-signature__visibility">private</span>
232+
<span class="phpdocumentor-signature__type">mixed</span>
233+
<span class="phpdocumentor-signature__name">CONFIG_PATH</span>
234+
= <span class="phpdocumentor-signature__default-value">__DIR__ . &#039;/config/line-bot.php&#039;</span>
235+
</code>
236+
237+
238+
<section class="phpdocumentor-description"></section>
239+
240+
<section class="phpdocumentor-description"></section>
241+
242+
243+
244+
</article>
245+
</section>
197246

198247

199248
<section class="phpdocumentor-properties">
@@ -247,6 +296,39 @@ <h3 class="phpdocumentor-elements__header" id="methods">
247296
-method
248297
-public
249298
"
299+
>
300+
<h4 class="phpdocumentor-element__name" id="method_boot">
301+
boot()
302+
<a href="classes/LINE-Laravel-LINEBotServiceProvider.html#method_boot" class="headerlink"><i class="fas fa-link"></i></a>
303+
</h4>
304+
<aside class="phpdocumentor-element-found-in">
305+
<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>
306+
:
307+
<span class="phpdocumentor-element-found-in__line">63</span>
308+
309+
</aside>
310+
311+
<p class="phpdocumentor-summary">Bootstrap any package services.</p>
312+
313+
<code class="phpdocumentor-code phpdocumentor-signature ">
314+
<span class="phpdocumentor-signature__visibility">public</span>
315+
<span class="phpdocumentor-signature__name">boot</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
316+
317+
318+
319+
320+
321+
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
322+
<span class="phpdocumentor-signature__response_type">void</span>
323+
&mdash;
324+
325+
326+
</article>
327+
<article
328+
class="phpdocumentor-element
329+
-method
330+
-public
331+
"
250332
>
251333
<h4 class="phpdocumentor-element__name" id="method_register">
252334
register()
@@ -255,7 +337,7 @@ <h4 class="phpdocumentor-element__name" id="method_register">
255337
<aside class="phpdocumentor-element-found-in">
256338
<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>
257339
:
258-
<span class="phpdocumentor-element-found-in__line">61</span>
340+
<span class="phpdocumentor-element-found-in__line">82</span>
259341

260342
</aside>
261343

@@ -288,7 +370,7 @@ <h4 class="phpdocumentor-element__name" id="method_bindApis">
288370
<aside class="phpdocumentor-element-found-in">
289371
<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>
290372
:
291-
<span class="phpdocumentor-element-found-in__line">77</span>
373+
<span class="phpdocumentor-element-found-in__line">98</span>
292374

293375
</aside>
294376

docs/js/searchIndex.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47310,6 +47310,11 @@ Search.appendIndex(
4731047310
"name": "LINEBotServiceProvider",
4731147311
"summary": "",
4731247312
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html"
47313+
}, {
47314+
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003Aboot\u0028\u0029",
47315+
"name": "boot",
47316+
"summary": "Bootstrap\u0020any\u0020package\u0020services.",
47317+
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html#method_boot"
4731347318
}, {
4731447319
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003Aregister\u0028\u0029",
4731547320
"name": "register",
@@ -47320,6 +47325,11 @@ Search.appendIndex(
4732047325
"name": "bindApis",
4732147326
"summary": "",
4732247327
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html#method_bindApis"
47328+
}, {
47329+
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003ACONFIG_PATH",
47330+
"name": "CONFIG_PATH",
47331+
"summary": "",
47332+
"url": "classes/LINE-Laravel-LINEBotServiceProvider.html#constant_CONFIG_PATH"
4732347333
}, {
4732447334
"fqsen": "\\LINE\\Laravel\\LINEBotServiceProvider\u003A\u003A\u0024apiBindings",
4732547335
"name": "apiBindings",

0 commit comments

Comments
 (0)