Skip to content

Commit 8f8031e

Browse files
committed
Release 4.2.0
1 parent aeb43a4 commit 8f8031e

File tree

57 files changed

+6189
-885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+6189
-885
lines changed

docs/class-LINE.LINEBot.Constant.Meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Meta</h1>
125125
<td class="value">
126126
<div>
127127
<a href="#VERSION" class="anchor pull-right">#</a>
128-
<code><span class="php-quote">'4.1.0'</span></code>
128+
<code><span class="php-quote">'4.2.0'</span></code>
129129
</div>
130130
</td>
131131
</tr>

docs/class-LINE.LINEBot.Event.AccountLinkEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ <h2>see</h2>
312312
<td>
313313
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
314314
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
315+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
315316
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
316317
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
317318
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.BaseEvent.html

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,41 @@ <h2>Known subclasses</h2>
191191

192192

193193

194+
</div>
195+
</div>
196+
</td>
197+
</tr>
198+
199+
200+
201+
<tr id="_getMode">
202+
203+
<td class="attributes col-md-1">
204+
<code class="keyword">
205+
public
206+
207+
208+
</code>
209+
</td>
210+
211+
<td class="name">
212+
<div>
213+
<a class="anchor pull-right" href="#_getMode">#</a>
214+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#64-67">getMode</a>( )</code>
215+
216+
<div class="description">
217+
Returns mode.
218+
219+
active: The channel is active.
220+
standby: The channel is waiting.
221+
222+
223+
224+
225+
226+
227+
228+
194229
</div>
195230
</div>
196231
</td>
@@ -211,7 +246,7 @@ <h2>Known subclasses</h2>
211246
<td class="name">
212247
<div>
213248
<a class="anchor pull-right" href="#_getTimestamp">#</a>
214-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#61-64">getTimestamp</a>( )</code>
249+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#74-77">getTimestamp</a>( )</code>
215250

216251
<div class="description">
217252
Returns timestamp of the event.
@@ -243,7 +278,7 @@ <h2>Known subclasses</h2>
243278
<td class="name">
244279
<div>
245280
<a class="anchor pull-right" href="#_getReplyToken">#</a>
246-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#71-74">getReplyToken</a>( )</code>
281+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#84-87">getReplyToken</a>( )</code>
247282

248283
<div class="description">
249284
Returns reply token of the event.
@@ -275,7 +310,7 @@ <h2>Known subclasses</h2>
275310
<td class="name">
276311
<div>
277312
<a class="anchor pull-right" href="#_isUserEvent">#</a>
278-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#81-84">isUserEvent</a>( )</code>
313+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#94-97">isUserEvent</a>( )</code>
279314

280315
<div class="description">
281316
Returns the event is user's one or not.
@@ -307,7 +342,7 @@ <h2>Known subclasses</h2>
307342
<td class="name">
308343
<div>
309344
<a class="anchor pull-right" href="#_isGroupEvent">#</a>
310-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#91-94">isGroupEvent</a>( )</code>
345+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#104-107">isGroupEvent</a>( )</code>
311346

312347
<div class="description">
313348
Returns the event is group's one or not.
@@ -339,7 +374,7 @@ <h2>Known subclasses</h2>
339374
<td class="name">
340375
<div>
341376
<a class="anchor pull-right" href="#_isRoomEvent">#</a>
342-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#101-104">isRoomEvent</a>( )</code>
377+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#114-117">isRoomEvent</a>( )</code>
343378

344379
<div class="description">
345380
Returns the event is room's one or not.
@@ -371,7 +406,7 @@ <h2>Known subclasses</h2>
371406
<td class="name">
372407
<div>
373408
<a class="anchor pull-right" href="#_isUnknownEvent">#</a>
374-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#111-114">isUnknownEvent</a>( )</code>
409+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#124-127">isUnknownEvent</a>( )</code>
375410

376411
<div class="description">
377412
Returns the event is unknown or not.
@@ -403,7 +438,7 @@ <h2>Known subclasses</h2>
403438
<td class="name">
404439
<div>
405440
<a class="anchor pull-right" href="#_getUserId">#</a>
406-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#121-126">getUserId</a>( )</code>
441+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#134-139">getUserId</a>( )</code>
407442

408443
<div class="description">
409444
Returns user ID of the event.
@@ -435,7 +470,7 @@ <h2>Known subclasses</h2>
435470
<td class="name">
436471
<div>
437472
<a class="anchor pull-right" href="#_getGroupId">#</a>
438-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#134-142">getGroupId</a>( )</code>
473+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#147-155">getGroupId</a>( )</code>
439474

440475
<div class="description">
441476
Returns group ID of the event.
@@ -467,7 +502,7 @@ <h2>Known subclasses</h2>
467502
<td class="name">
468503
<div>
469504
<a class="anchor pull-right" href="#_getRoomId">#</a>
470-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#150-158">getRoomId</a>( )</code>
505+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#163-171">getRoomId</a>( )</code>
471506

472507
<div class="description">
473508
Returns room ID of the event.
@@ -499,7 +534,7 @@ <h2>Known subclasses</h2>
499534
<td class="name">
500535
<div>
501536
<a class="anchor pull-right" href="#_getEventSourceId">#</a>
502-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#167-183">getEventSourceId</a>( )</code>
537+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#180-196">getEventSourceId</a>( )</code>
503538

504539
<div class="description">
505540
Returns the identifier of the event source that associated with event source type

docs/class-LINE.LINEBot.Event.BeaconDetectionEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ <h2>Overrides</h2>
264264
<td>
265265
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
266266
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
267+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
267268
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
268269
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
269270
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.FollowEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h2>Overrides</h2>
168168
<td>
169169
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
170170
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
171+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
171172
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
172173
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
173174
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.JoinEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h2>Overrides</h2>
168168
<td>
169169
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
170170
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
171+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
171172
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
172173
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
173174
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.LeaveEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h2>Overrides</h2>
168168
<td>
169169
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
170170
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
171+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
171172
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
172173
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
173174
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.MemberJoinEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ <h2>Overrides</h2>
200200
<td>
201201
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
202202
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
203+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
203204
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
204205
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
205206
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.MemberLeaveEvent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ <h2>Overrides</h2>
200200
<td>
201201
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
202202
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
203+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
203204
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
204205
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
205206
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

docs/class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ <h2>Overrides</h2>
250250
<td>
251251
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
252252
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
253+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
253254
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
254255
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
255256
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,

0 commit comments

Comments
 (0)