Skip to content

Commit 6679114

Browse files
committed
Release 3.11.0
1 parent cd266bb commit 6679114

13 files changed

+1232
-561
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">'3.10.0'</span></code>
128+
<code><span class="php-quote">'3.11.0'</span></code>
129129
</div>
130130
</td>
131131
</tr>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ <h2>Known subclasses</h2>
116116
<a href="class-LINE.LINEBot.Event.MessageEvent.UnknownMessage.html">LINE\LINEBot\Event\MessageEvent\UnknownMessage</a>,
117117
<a href="class-LINE.LINEBot.Event.MessageEvent.VideoMessage.html">LINE\LINEBot\Event\MessageEvent\VideoMessage</a>,
118118
<a href="class-LINE.LINEBot.Event.PostbackEvent.html">LINE\LINEBot\Event\PostbackEvent</a>,
119+
<a href="class-LINE.LINEBot.Event.ThingsEvent.html">LINE\LINEBot\Event\ThingsEvent</a>,
119120
<a href="class-LINE.LINEBot.Event.UnfollowEvent.html">LINE\LINEBot\Event\UnfollowEvent</a>,
120121
<a href="class-LINE.LINEBot.Event.UnknownEvent.html">LINE\LINEBot\Event\UnknownEvent</a>
121122
</div>

docs/class-LINE.LINEBot.Event.Parser.EventRequestParser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h1>EventRequestParser</h1>
120120
<td class="name">
121121
<div>
122122
<a class="anchor pull-right" href="#_parseEventRequest">#</a>
123-
<code><a href="source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html#61-107">parseEventRequest</a>( <span> string <span class="property-name">$body</span> </span>, <span> string <span class="property-name">$channelSecret</span> </span>, <span> string <span class="property-name">$signature</span> </span>, <span> <span class="property-name">$eventsOnly</span> = <span class="php-keyword1">true</span></span> )</code>
123+
<code><a href="source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html#62-108">parseEventRequest</a>( <span> string <span class="property-name">$body</span> </span>, <span> string <span class="property-name">$channelSecret</span> </span>, <span> string <span class="property-name">$signature</span> </span>, <span> <span class="property-name">$eventsOnly</span> = <span class="php-keyword1">true</span></span> )</code>
124124

125125
<div class="description">
126126

Lines changed: 336 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,336 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<meta name="mobile-web-app-capable" content="yes">
7+
<meta name="apple-mobile-web-app-capable" content="yes">
8+
9+
<link rel="stylesheet" href="resources/bootstrap.min.css">
10+
<link rel="stylesheet" href="resources/style.css">
11+
12+
<title>
13+
Class LINE\LINEBot\Event\ThingsEvent
14+
</title>
15+
</head>
16+
17+
<body>
18+
<div id="navigation">
19+
<div class="container">
20+
<div class="row">
21+
<div class="col-md-12">
22+
<nav class="navbar">
23+
<ul class="nav navbar-nav">
24+
<li>
25+
<a href="index.html">
26+
Overview
27+
</a>
28+
</li>
29+
30+
<li>
31+
<a href="classes.html">Classes</a>
32+
</li>
33+
34+
<li>
35+
<a href="interfaces.html">Interfaces</a>
36+
</li>
37+
38+
39+
40+
<li>
41+
<a href="exceptions.html">Exceptions</a>
42+
</li>
43+
44+
</ul>
45+
46+
<form id="search" class="pull-right">
47+
<input type="text" name="q" class="form-control text" placeholder="Search class, function or namespace" autofocus>
48+
</form>
49+
</nav>
50+
</div>
51+
</div>
52+
</div>
53+
</div>
54+
<div id="breadcrumbs">
55+
<div class="container">
56+
<div class="row">
57+
<div class="col-md-12">
58+
59+
60+
<div class="pull-left type">
61+
<span class="label label-success">Class</span>
62+
</div>
63+
64+
<ol class="breadcrumb pull-left">
65+
<li>
66+
<a href="namespace-LINE.html">LINE</a>
67+
</li>
68+
<li class="backslash">\</li>
69+
<li>
70+
<a href="namespace-LINE.LINEBot.html">LINEBot</a>
71+
</li>
72+
<li class="backslash">\</li>
73+
<li>
74+
<a href="namespace-LINE.LINEBot.Event.html">Event</a>
75+
</li>
76+
77+
<li class="backslash">\</li>
78+
<li class="active">ThingsEvent</li>
79+
</ol>
80+
</div>
81+
</div>
82+
</div>
83+
</div>
84+
85+
<div class="container">
86+
<div class="row">
87+
<div class="col-md-12">
88+
<h1>ThingsEvent</h1>
89+
90+
<div class="panel panel-default">
91+
<div class="panel-body">
92+
A class that represents the event of things event.
93+
</div>
94+
</div>
95+
96+
<dl class="tree">
97+
<dd>
98+
extends
99+
<a href="class-LINE.LINEBot.Event.BaseEvent.html">
100+
LINE\LINEBot\Event\BaseEvent
101+
</a>
102+
103+
104+
</dd>
105+
</dl>
106+
107+
108+
109+
<div class="info">
110+
111+
112+
<br>
113+
<a href="source-class-LINE.LINEBot.Event.ThingsEvent.html" class="open-source-code">Open source code</a>
114+
<br>
115+
</div>
116+
117+
<table class="summary table table-bordered table-responsive table-striped" id="methods">
118+
<tr><th colspan="3">Methods Summary</th></tr>
119+
120+
121+
122+
<tr id="___construct">
123+
124+
<td class="attributes col-md-1">
125+
<code class="keyword">
126+
public
127+
128+
129+
</code>
130+
</td>
131+
132+
<td class="name">
133+
<div>
134+
<a class="anchor pull-right" href="#___construct">#</a>
135+
<code><a href="source-class-LINE.LINEBot.Event.ThingsEvent.html#36-39">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code>
136+
137+
<div class="description">
138+
ThingsEvent constructor.
139+
140+
141+
142+
143+
144+
145+
146+
<h2>Overrides</h2>
147+
<div>
148+
<code>
149+
<a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">
150+
LINE\LINEBot\Event\BaseEvent::__construct()
151+
</a>
152+
</code>
153+
</div>
154+
155+
</div>
156+
</div>
157+
</td>
158+
</tr>
159+
160+
161+
162+
<tr id="_getDeviceId">
163+
164+
<td class="attributes col-md-1">
165+
<code class="keyword">
166+
public
167+
168+
169+
</code>
170+
</td>
171+
172+
<td class="name">
173+
<div>
174+
<a class="anchor pull-right" href="#_getDeviceId">#</a>
175+
<code><a href="source-class-LINE.LINEBot.Event.ThingsEvent.html#46-49">getDeviceId</a>( )</code>
176+
177+
<div class="description">
178+
Gets the device ID
179+
180+
181+
182+
183+
184+
185+
186+
187+
</div>
188+
</div>
189+
</td>
190+
</tr>
191+
192+
193+
194+
<tr id="_getThingsEventType">
195+
196+
<td class="attributes col-md-1">
197+
<code class="keyword">
198+
public
199+
200+
201+
</code>
202+
</td>
203+
204+
<td class="name">
205+
<div>
206+
<a class="anchor pull-right" href="#_getThingsEventType">#</a>
207+
<code><a href="source-class-LINE.LINEBot.Event.ThingsEvent.html#56-59">getThingsEventType</a>( )</code>
208+
209+
<div class="description">
210+
Returns the things event type.
211+
212+
213+
214+
215+
216+
217+
218+
219+
</div>
220+
</div>
221+
</td>
222+
</tr>
223+
</table>
224+
225+
<table class="summary table table-bordered table-responsive table-striped">
226+
<tr>
227+
<th>
228+
Methods inherited from <a href="class-LINE.LINEBot.Event.BaseEvent.html#methods">LINE\LINEBot\Event\BaseEvent</a>
229+
</th>
230+
</tr>
231+
<tr>
232+
<td>
233+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
234+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
235+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
236+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
237+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,
238+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a></code>,
239+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a></code>,
240+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a></code>,
241+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a></code>,
242+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getGroupId">getGroupId()</a></code>,
243+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getRoomId">getRoomId()</a></code>,
244+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getEventSourceId">getEventSourceId()</a></code>
245+
</td>
246+
</tr>
247+
</table>
248+
249+
250+
<table class="summary table table-bordered table-responsive table-striped" id="constants">
251+
<tr><th colspan="3">Constants Summary</th></tr>
252+
<tr id="TYPE_DEVICE_LINKED">
253+
<td class="attributes">
254+
<code class="keyword">
255+
public
256+
257+
258+
string
259+
</code>
260+
</td>
261+
<td class="name">
262+
<code>
263+
<a href="source-class-LINE.LINEBot.Event.ThingsEvent.html#28" class="constant-name">TYPE_DEVICE_LINKED</a>
264+
</code>
265+
266+
<div class="description">
267+
268+
269+
</div>
270+
</td>
271+
<td class="value">
272+
<div>
273+
<a href="#TYPE_DEVICE_LINKED" class="anchor pull-right">#</a>
274+
<code><span class="php-quote">'link'</span></code>
275+
</div>
276+
</td>
277+
</tr>
278+
<tr id="TYPE_DEVICE_UNLINKED">
279+
<td class="attributes">
280+
<code class="keyword">
281+
public
282+
283+
284+
string
285+
</code>
286+
</td>
287+
<td class="name">
288+
<code>
289+
<a href="source-class-LINE.LINEBot.Event.ThingsEvent.html#29" class="constant-name">TYPE_DEVICE_UNLINKED</a>
290+
</code>
291+
292+
<div class="description">
293+
294+
295+
</div>
296+
</td>
297+
<td class="value">
298+
<div>
299+
<a href="#TYPE_DEVICE_UNLINKED" class="anchor pull-right">#</a>
300+
<code><span class="php-quote">'unlink'</span></code>
301+
</div>
302+
</td>
303+
</tr>
304+
</table>
305+
306+
307+
308+
<table class="summary table table-bordered table-responsive table-striped">
309+
<tr>
310+
<th>
311+
Properties inherited from <a href="class-LINE.LINEBot.Event.BaseEvent.html#properties">LINE\LINEBot\Event\BaseEvent</a>
312+
</th>
313+
</tr>
314+
<tr>
315+
<td>
316+
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#$event" class="property-name">$event</a></code>
317+
</td>
318+
</tr>
319+
</table>
320+
321+
<div id="footer">
322+
Generated by <a href="https://github.com/apigen/apigen">ApiGen</a>
323+
</div>
324+
</div>
325+
</div>
326+
</div>
327+
328+
<script src="resources/jquery-3.2.1.min.js"></script>
329+
<script src="resources/jquery-ui-1.12.1.min.js"></script>
330+
331+
<script src="elementlist.js"></script>
332+
<script src="resources/main.js"></script>
333+
</body>
334+
</html>
335+
336+

0 commit comments

Comments
 (0)