Skip to content

Commit 6d3ccf2

Browse files
committed
📝 doc
1 parent 2b225c0 commit 6d3ccf2

File tree

96 files changed

+1146
-861
lines changed

Some content is hidden

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

96 files changed

+1146
-861
lines changed

docs/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ <h3>Classes</h3>
118118
<li><a href="class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html">LINE\LINEBot\Event\MessageEvent\LocationMessage</a></li>
119119
<li><a href="class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html">LINE\LINEBot\Event\MessageEvent\StickerMessage</a></li>
120120
<li><a href="class-LINE.LINEBot.Event.MessageEvent.TextMessage.html">LINE\LINEBot\Event\MessageEvent\TextMessage</a></li>
121+
<li><a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">LINE\LINEBot\Event\MessageEvent\UnknownMessage</a></li>
121122
<li><a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">LINE\LINEBot\Event\MessageEvent\VideoMessage</a></li>
122123
<li><a href="class-LINE.LINEBot.Event.Parser.EventRequestParser.html">LINE\LINEBot\Event\Parser\EventRequestParser</a></li>
123124
<li><a href="class-LINE.LINEBot.Event.PostbackEvent.html">LINE\LINEBot\Event\PostbackEvent</a></li>
124125
<li><a href="class-LINE.LINEBot.Event.UnfollowEvent.html">LINE\LINEBot\Event\UnfollowEvent</a></li>
126+
<li><a href="class-LINE.LINEBot.Event.UnknownEvent.html">LINE\LINEBot\Event\UnknownEvent</a></li>
125127
<li><a href="class-LINE.LINEBot.HTTPClient.Curl.html">LINE\LINEBot\HTTPClient\Curl</a></li>
126128
<li><a href="class-LINE.LINEBot.HTTPClient.CurlHTTPClient.html">LINE\LINEBot\HTTPClient\CurlHTTPClient</a></li>
127129
<li><a href="class-LINE.LINEBot.ImagemapActionBuilder.AreaBuilder.html">LINE\LINEBot\ImagemapActionBuilder\AreaBuilder</a></li>
@@ -164,8 +166,6 @@ <h3>Exceptions</h3>
164166
<li><a href="class-LINE.LINEBot.Exception.InvalidEventRequestException.html">LINE\LINEBot\Exception\InvalidEventRequestException</a></li>
165167
<li><a href="class-LINE.LINEBot.Exception.InvalidEventSourceException.html">LINE\LINEBot\Exception\InvalidEventSourceException</a></li>
166168
<li><a href="class-LINE.LINEBot.Exception.InvalidSignatureException.html">LINE\LINEBot\Exception\InvalidSignatureException</a></li>
167-
<li><a href="class-LINE.LINEBot.Exception.UnknownEventTypeException.html">LINE\LINEBot\Exception\UnknownEventTypeException</a></li>
168-
<li><a href="class-LINE.LINEBot.Exception.UnknownMessageTypeException.html">LINE\LINEBot\Exception\UnknownMessageTypeException</a></li>
169169
</ul>
170170

171171

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

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h3>Classes</h3>
107107
<li><a href="class-LINE.LINEBot.Event.MessageEvent.html">MessageEvent</a></li>
108108
<li><a href="class-LINE.LINEBot.Event.PostbackEvent.html">PostbackEvent</a></li>
109109
<li><a href="class-LINE.LINEBot.Event.UnfollowEvent.html">UnfollowEvent</a></li>
110+
<li><a href="class-LINE.LINEBot.Event.UnknownEvent.html">UnknownEvent</a></li>
110111
</ul>
111112

112113

@@ -164,7 +165,8 @@ <h4>Direct known subclasses</h4>
164165
<a href="class-LINE.LINEBot.Event.LeaveEvent.html">LINE\LINEBot\Event\LeaveEvent</a>,
165166
<a href="class-LINE.LINEBot.Event.MessageEvent.html">LINE\LINEBot\Event\MessageEvent</a>,
166167
<a href="class-LINE.LINEBot.Event.PostbackEvent.html">LINE\LINEBot\Event\PostbackEvent</a>,
167-
<a href="class-LINE.LINEBot.Event.UnfollowEvent.html">LINE\LINEBot\Event\UnfollowEvent</a>
168+
<a href="class-LINE.LINEBot.Event.UnfollowEvent.html">LINE\LINEBot\Event\UnfollowEvent</a>,
169+
<a href="class-LINE.LINEBot.Event.UnknownEvent.html">LINE\LINEBot\Event\UnknownEvent</a>
168170
</div>
169171

170172
<div>
@@ -174,6 +176,7 @@ <h4>Indirect known subclasses</h4>
174176
<a href="class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html">LINE\LINEBot\Event\MessageEvent\LocationMessage</a>,
175177
<a href="class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html">LINE\LINEBot\Event\MessageEvent\StickerMessage</a>,
176178
<a href="class-LINE.LINEBot.Event.MessageEvent.TextMessage.html">LINE\LINEBot\Event\MessageEvent\TextMessage</a>,
179+
<a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">LINE\LINEBot\Event\MessageEvent\UnknownMessage</a>,
177180
<a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">LINE\LINEBot\Event\MessageEvent\VideoMessage</a>
178181
</div>
179182

@@ -187,7 +190,7 @@ <h4>Indirect known subclasses</h4>
187190
<b>Namespace:</b> <a href="namespace-LINE.html">LINE</a>\<a href="namespace-LINE.LINEBot.html">LINEBot</a>\<a href="namespace-LINE.LINEBot.Event.html">Event</a><br>
188191
<b>Package:</b> LINE\LINEBot\Event<br>
189192

190-
<b>Located at</b> <a href="source-class-LINE.LINEBot.Event.BaseEvent.html#24-178" title="Go to source code">LINEBot/Event/BaseEvent.php</a>
193+
<b>Located at</b> <a href="source-class-LINE.LINEBot.Event.BaseEvent.html#24-187" title="Go to source code">LINEBot/Event/BaseEvent.php</a>
191194
<br>
192195
</div>
193196

@@ -431,6 +434,40 @@ <h4>Returns</h4>
431434

432435

433436

437+
</div>
438+
</div></td>
439+
</tr>
440+
<tr data-order="isUnknownEvent" id="_isUnknownEvent">
441+
442+
<td class="attributes"><code>
443+
public
444+
445+
boolean
446+
447+
</code>
448+
</td>
449+
450+
<td class="name"><div>
451+
<a class="anchor" href="#_isUnknownEvent">#</a>
452+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#106-114" title="Go to source code">isUnknownEvent</a>( )</code>
453+
454+
<div class="description short">
455+
<p>Returns the event is unknown or not.</p>
456+
</div>
457+
458+
<div class="description detailed hidden">
459+
<p>Returns the event is unknown or not.</p>
460+
461+
462+
463+
<h4>Returns</h4>
464+
<div class="list">
465+
boolean
466+
</div>
467+
468+
469+
470+
434471
</div>
435472
</div></td>
436473
</tr>
@@ -446,7 +483,7 @@ <h4>Returns</h4>
446483

447484
<td class="name"><div>
448485
<a class="anchor" href="#_getUserId">#</a>
449-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#106-120" title="Go to source code">getUserId</a>( )</code>
486+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#116-130" title="Go to source code">getUserId</a>( )</code>
450487

451488
<div class="description short">
452489
<p>Returns user ID of the event.</p>
@@ -484,7 +521,7 @@ <h4>Throws</h4>
484521

485522
<td class="name"><div>
486523
<a class="anchor" href="#_getGroupId">#</a>
487-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#122-136" title="Go to source code">getGroupId</a>( )</code>
524+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#132-146" title="Go to source code">getGroupId</a>( )</code>
488525

489526
<div class="description short">
490527
<p>Returns group ID of the event.</p>
@@ -522,7 +559,7 @@ <h4>Throws</h4>
522559

523560
<td class="name"><div>
524561
<a class="anchor" href="#_getRoomId">#</a>
525-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#138-152" title="Go to source code">getRoomId</a>( )</code>
562+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#148-162" title="Go to source code">getRoomId</a>( )</code>
526563

527564
<div class="description short">
528565
<p>Returns room ID of the event.</p>
@@ -560,7 +597,7 @@ <h4>Throws</h4>
560597

561598
<td class="name"><div>
562599
<a class="anchor" href="#_getEventSourceId">#</a>
563-
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#154-177" title="Go to source code">getEventSourceId</a>( )</code>
600+
<code><a href="source-class-LINE.LINEBot.Event.BaseEvent.html#164-186" title="Go to source code">getEventSourceId</a>( )</code>
564601

565602
<div class="description short">
566603
<p>Returns the identifier of the event source that associated with event source type
@@ -578,10 +615,6 @@ <h4>Returns</h4>
578615
null|string
579616
</div>
580617

581-
<h4>Throws</h4>
582-
<div class="list">
583-
<code><a href="class-LINE.LINEBot.Exception.InvalidEventSourceException.html">LINE\LINEBot\Exception\InvalidEventSourceException</a></code><br>Raise when event source type is invalid
584-
</div>
585618

586619

587620

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h3>Classes</h3>
107107
<li><a href="class-LINE.LINEBot.Event.MessageEvent.html">MessageEvent</a></li>
108108
<li><a href="class-LINE.LINEBot.Event.PostbackEvent.html">PostbackEvent</a></li>
109109
<li><a href="class-LINE.LINEBot.Event.UnfollowEvent.html">UnfollowEvent</a></li>
110+
<li><a href="class-LINE.LINEBot.Event.UnknownEvent.html">UnknownEvent</a></li>
110111
</ul>
111112

112113

@@ -342,6 +343,7 @@ <h4>Returns</h4>
342343
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
343344
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
344345
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
346+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
345347
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
346348
</code></td>
347349
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h3>Classes</h3>
107107
<li><a href="class-LINE.LINEBot.Event.MessageEvent.html">MessageEvent</a></li>
108108
<li><a href="class-LINE.LINEBot.Event.PostbackEvent.html">PostbackEvent</a></li>
109109
<li><a href="class-LINE.LINEBot.Event.UnfollowEvent.html">UnfollowEvent</a></li>
110+
<li><a href="class-LINE.LINEBot.Event.UnknownEvent.html">UnknownEvent</a></li>
110111
</ul>
111112

112113

@@ -240,6 +241,7 @@ <h4>Overrides</h4>
240241
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
241242
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
242243
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
244+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
243245
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
244246
</code></td>
245247
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h3>Classes</h3>
107107
<li><a href="class-LINE.LINEBot.Event.MessageEvent.html">MessageEvent</a></li>
108108
<li><a href="class-LINE.LINEBot.Event.PostbackEvent.html">PostbackEvent</a></li>
109109
<li><a href="class-LINE.LINEBot.Event.UnfollowEvent.html">UnfollowEvent</a></li>
110+
<li><a href="class-LINE.LINEBot.Event.UnknownEvent.html">UnknownEvent</a></li>
110111
</ul>
111112

112113

@@ -240,6 +241,7 @@ <h4>Overrides</h4>
240241
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
241242
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
242243
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
244+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
243245
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
244246
</code></td>
245247
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h3>Classes</h3>
107107
<li><a href="class-LINE.LINEBot.Event.MessageEvent.html">MessageEvent</a></li>
108108
<li><a href="class-LINE.LINEBot.Event.PostbackEvent.html">PostbackEvent</a></li>
109109
<li><a href="class-LINE.LINEBot.Event.UnfollowEvent.html">UnfollowEvent</a></li>
110+
<li><a href="class-LINE.LINEBot.Event.UnknownEvent.html">UnknownEvent</a></li>
110111
</ul>
111112

112113

@@ -240,6 +241,7 @@ <h4>Overrides</h4>
240241
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
241242
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
242243
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
244+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
243245
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
244246
</code></td>
245247
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ <h3>Classes</h3>
104104
<li><a href="class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html">LocationMessage</a></li>
105105
<li><a href="class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html">StickerMessage</a></li>
106106
<li><a href="class-LINE.LINEBot.Event.MessageEvent.TextMessage.html">TextMessage</a></li>
107+
<li><a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">UnknownMessage</a></li>
107108
<li><a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">VideoMessage</a></li>
108109
</ul>
109110

@@ -254,6 +255,7 @@ <h4>Overrides</h4>
254255
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
255256
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
256257
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
258+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
257259
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
258260
</code></td>
259261
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ <h3>Classes</h3>
104104
<li><a href="class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html">LocationMessage</a></li>
105105
<li><a href="class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html">StickerMessage</a></li>
106106
<li><a href="class-LINE.LINEBot.Event.MessageEvent.TextMessage.html">TextMessage</a></li>
107+
<li><a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">UnknownMessage</a></li>
107108
<li><a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">VideoMessage</a></li>
108109
</ul>
109110

@@ -254,6 +255,7 @@ <h4>Overrides</h4>
254255
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
255256
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
256257
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
258+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
257259
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
258260
</code></td>
259261
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ <h3>Classes</h3>
104104
<li class="active"><a href="class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html">LocationMessage</a></li>
105105
<li><a href="class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html">StickerMessage</a></li>
106106
<li><a href="class-LINE.LINEBot.Event.MessageEvent.TextMessage.html">TextMessage</a></li>
107+
<li><a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">UnknownMessage</a></li>
107108
<li><a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">VideoMessage</a></li>
108109
</ul>
109110

@@ -390,6 +391,7 @@ <h4>Returns</h4>
390391
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
391392
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
392393
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
394+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
393395
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
394396
</code></td>
395397
</tr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ <h3>Classes</h3>
104104
<li><a href="class-LINE.LINEBot.Event.MessageEvent.LocationMessage.html">LocationMessage</a></li>
105105
<li class="active"><a href="class-LINE.LINEBot.Event.MessageEvent.StickerMessage.html">StickerMessage</a></li>
106106
<li><a href="class-LINE.LINEBot.Event.MessageEvent.TextMessage.html">TextMessage</a></li>
107+
<li><a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">UnknownMessage</a></li>
107108
<li><a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">VideoMessage</a></li>
108109
</ul>
109110

@@ -322,6 +323,7 @@ <h4>Returns</h4>
322323
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a>,
323324
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a>,
324325
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a>,
326+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a>,
325327
<a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a>
326328
</code></td>
327329
</tr>

0 commit comments

Comments
 (0)