Skip to content

Commit 440ad57

Browse files
committed
Release 3.12.0
1 parent 938ad6a commit 440ad57

18 files changed

+1470
-123
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.11.0'</span></code>
128+
<code><span class="php-quote">'3.12.0'</span></code>
129129
</div>
130130
</td>
131131
</tr>
Lines changed: 387 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,387 @@
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\Things\ThingsResult
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+
<li class="backslash">\</li>
77+
<li>
78+
<a href="namespace-LINE.LINEBot.Event.Things.html">Things</a>
79+
</li>
80+
81+
<li class="backslash">\</li>
82+
<li class="active">ThingsResult</li>
83+
</ol>
84+
</div>
85+
</div>
86+
</div>
87+
</div>
88+
89+
<div class="container">
90+
<div class="row">
91+
<div class="col-md-12">
92+
<h1>ThingsResult</h1>
93+
94+
95+
96+
97+
98+
<div class="info">
99+
100+
101+
<br>
102+
<a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html" class="open-source-code">Open source code</a>
103+
<br>
104+
</div>
105+
106+
<table class="summary table table-bordered table-responsive table-striped" id="methods">
107+
<tr><th colspan="3">Methods Summary</th></tr>
108+
109+
110+
111+
<tr id="___construct">
112+
113+
<td class="attributes col-md-1">
114+
<code class="keyword">
115+
public
116+
117+
118+
</code>
119+
</td>
120+
121+
<td class="name">
122+
<div>
123+
<a class="anchor pull-right" href="#___construct">#</a>
124+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#34-43">__construct</a>( <span> array <span class="property-name">$result</span> </span> )</code>
125+
126+
<div class="description">
127+
ThingsResult constructor.
128+
129+
130+
131+
132+
133+
134+
135+
136+
</div>
137+
</div>
138+
</td>
139+
</tr>
140+
141+
142+
143+
<tr id="_getScenarioId">
144+
145+
<td class="attributes col-md-1">
146+
<code class="keyword">
147+
public
148+
149+
150+
</code>
151+
</td>
152+
153+
<td class="name">
154+
<div>
155+
<a class="anchor pull-right" href="#_getScenarioId">#</a>
156+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#50-53">getScenarioId</a>( )</code>
157+
158+
<div class="description">
159+
Returns the senario id of things event result.
160+
161+
162+
163+
164+
165+
166+
167+
168+
</div>
169+
</div>
170+
</td>
171+
</tr>
172+
173+
174+
175+
<tr id="_getRevision">
176+
177+
<td class="attributes col-md-1">
178+
<code class="keyword">
179+
public
180+
181+
182+
</code>
183+
</td>
184+
185+
<td class="name">
186+
<div>
187+
<a class="anchor pull-right" href="#_getRevision">#</a>
188+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#60-63">getRevision</a>( )</code>
189+
190+
<div class="description">
191+
Returns the revision of things event result.
192+
193+
194+
195+
196+
197+
198+
199+
200+
</div>
201+
</div>
202+
</td>
203+
</tr>
204+
205+
206+
207+
<tr id="_getResultCode">
208+
209+
<td class="attributes col-md-1">
210+
<code class="keyword">
211+
public
212+
213+
214+
</code>
215+
</td>
216+
217+
<td class="name">
218+
<div>
219+
<a class="anchor pull-right" href="#_getResultCode">#</a>
220+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#70-73">getResultCode</a>( )</code>
221+
222+
<div class="description">
223+
Returns the code of things event result.
224+
225+
226+
227+
228+
229+
230+
231+
232+
</div>
233+
</div>
234+
</td>
235+
</tr>
236+
237+
238+
239+
<tr id="_getStartTime">
240+
241+
<td class="attributes col-md-1">
242+
<code class="keyword">
243+
public
244+
245+
246+
</code>
247+
</td>
248+
249+
<td class="name">
250+
<div>
251+
<a class="anchor pull-right" href="#_getStartTime">#</a>
252+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#80-83">getStartTime</a>( )</code>
253+
254+
<div class="description">
255+
Returns the start time of things event result.
256+
257+
258+
259+
260+
261+
262+
263+
264+
</div>
265+
</div>
266+
</td>
267+
</tr>
268+
269+
270+
271+
<tr id="_getEndTime">
272+
273+
<td class="attributes col-md-1">
274+
<code class="keyword">
275+
public
276+
277+
278+
</code>
279+
</td>
280+
281+
<td class="name">
282+
<div>
283+
<a class="anchor pull-right" href="#_getEndTime">#</a>
284+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#90-93">getEndTime</a>( )</code>
285+
286+
<div class="description">
287+
Returns the end time of things event result.
288+
289+
290+
291+
292+
293+
294+
295+
296+
</div>
297+
</div>
298+
</td>
299+
</tr>
300+
301+
302+
303+
<tr id="_getBleNotificationPayload">
304+
305+
<td class="attributes col-md-1">
306+
<code class="keyword">
307+
public
308+
309+
310+
</code>
311+
</td>
312+
313+
<td class="name">
314+
<div>
315+
<a class="anchor pull-right" href="#_getBleNotificationPayload">#</a>
316+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#100-103">getBleNotificationPayload</a>( )</code>
317+
318+
<div class="description">
319+
Returns the BLE notification payload of things event result.
320+
321+
322+
323+
324+
325+
326+
327+
328+
</div>
329+
</div>
330+
</td>
331+
</tr>
332+
333+
334+
335+
<tr id="_getActionResults">
336+
337+
<td class="attributes col-md-1">
338+
<code class="keyword">
339+
public
340+
341+
342+
</code>
343+
</td>
344+
345+
<td class="name">
346+
<div>
347+
<a class="anchor pull-right" href="#_getActionResults">#</a>
348+
<code><a href="source-class-LINE.LINEBot.Event.Things.ThingsResult.html#110-113">getActionResults</a>( )</code>
349+
350+
<div class="description">
351+
Returns the action results of things event result.
352+
353+
354+
355+
356+
357+
358+
359+
360+
</div>
361+
</div>
362+
</td>
363+
</tr>
364+
</table>
365+
366+
367+
368+
369+
370+
371+
372+
<div id="footer">
373+
Generated by <a href="https://github.com/apigen/apigen">ApiGen</a>
374+
</div>
375+
</div>
376+
</div>
377+
</div>
378+
379+
<script src="resources/jquery-3.2.1.min.js"></script>
380+
<script src="resources/jquery-ui-1.12.1.min.js"></script>
381+
382+
<script src="elementlist.js"></script>
383+
<script src="resources/main.js"></script>
384+
</body>
385+
</html>
386+
387+

0 commit comments

Comments
 (0)