Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Sep 30, 2020
1 parent d5118f7 commit 393fe9d
Show file tree
Hide file tree
Showing 20 changed files with 2,798 additions and 1,224 deletions.
2 changes: 1 addition & 1 deletion docs/class-LINE.LINEBot.Constant.Meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>Meta</h1>
<td class="value">
<div>
<a href="#VERSION" class="anchor pull-right">#</a>
<code><span class="php-quote">'4.5.0'</span></code>
<code><span class="php-quote">'4.6.0'</span></code>
</div>
</td>
</tr>
Expand Down
4 changes: 3 additions & 1 deletion docs/class-LINE.LINEBot.Event.BaseEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ <h2>Known subclasses</h2>
<a href="class-LINE.LINEBot.Event.PostbackEvent.html">LINE\LINEBot\Event\PostbackEvent</a>,
<a href="class-LINE.LINEBot.Event.ThingsEvent.html">LINE\LINEBot\Event\ThingsEvent</a>,
<a href="class-LINE.LINEBot.Event.UnfollowEvent.html">LINE\LINEBot\Event\UnfollowEvent</a>,
<a href="class-LINE.LINEBot.Event.UnknownEvent.html">LINE\LINEBot\Event\UnknownEvent</a>
<a href="class-LINE.LINEBot.Event.UnknownEvent.html">LINE\LINEBot\Event\UnknownEvent</a>,
<a href="class-LINE.LINEBot.Event.UnsendEvent.html">LINE\LINEBot\Event\UnsendEvent</a>,
<a href="class-LINE.LINEBot.Event.VideoPlayCompleteEvent.html">LINE\LINEBot\Event\VideoPlayCompleteEvent</a>
</div>

<div class="info">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>EventRequestParser</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#_parseEventRequest">#</a>
<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>
<code><a href="source-class-LINE.LINEBot.Event.Parser.EventRequestParser.html#64-110">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>

<div class="description">

Expand Down
252 changes: 252 additions & 0 deletions docs/class-LINE.LINEBot.Event.UnsendEvent.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

<link rel="stylesheet" href="resources/bootstrap.min.css">
<link rel="stylesheet" href="resources/style.css">

<title>
Class LINE\LINEBot\Event\UnsendEvent
</title>
</head>

<body>
<div id="navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar">
<ul class="nav navbar-nav">
<li>
<a href="index.html">
Overview
</a>
</li>

<li>
<a href="classes.html">Classes</a>
</li>

<li>
<a href="interfaces.html">Interfaces</a>
</li>



<li>
<a href="exceptions.html">Exceptions</a>
</li>

</ul>

<form id="search" class="pull-right">
<input type="text" name="q" class="form-control text" placeholder="Search class, function or namespace" autofocus>
</form>
</nav>
</div>
</div>
</div>
</div>
<div id="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">


<div class="pull-left type">
<span class="label label-success">Class</span>
</div>

<ol class="breadcrumb pull-left">
<li>
<a href="namespace-LINE.html">LINE</a>
</li>
<li class="backslash">\</li>
<li>
<a href="namespace-LINE.LINEBot.html">LINEBot</a>
</li>
<li class="backslash">\</li>
<li>
<a href="namespace-LINE.LINEBot.Event.html">Event</a>
</li>

<li class="backslash">\</li>
<li class="active">UnsendEvent</li>
</ol>
</div>
</div>
</div>
</div>

<div class="container">
<div class="row">
<div class="col-md-12">
<h1>UnsendEvent</h1>

<div class="panel panel-default">
<div class="panel-body">
A class that represents the unsend event.

If the event is not supported by this SDK, the event will be instantiate to this.
</div>
</div>

<dl class="tree">
<dd>
extends
<a href="class-LINE.LINEBot.Event.BaseEvent.html">
LINE\LINEBot\Event\BaseEvent
</a>


</dd>
</dl>



<div class="info">


<br>
<a href="source-class-LINE.LINEBot.Event.UnsendEvent.html" class="open-source-code">Open source code</a>
<br>
</div>

<table class="summary table table-bordered table-responsive table-striped" id="methods">
<tr><th colspan="3">Methods Summary</th></tr>



<tr id="___construct">

<td class="attributes col-md-1">
<code class="keyword">
public


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#___construct">#</a>
<code><a href="source-class-LINE.LINEBot.Event.UnsendEvent.html#35-38">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code>

<div class="description">
UnsendEvent constructor.







<h2>Overrides</h2>
<div>
<code>
<a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">
LINE\LINEBot\Event\BaseEvent::__construct()
</a>
</code>
</div>

</div>
</div>
</td>
</tr>



<tr id="_getUnsendMessageId">

<td class="attributes col-md-1">
<code class="keyword">
public


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_getUnsendMessageId">#</a>
<code><a href="source-class-LINE.LINEBot.Event.UnsendEvent.html#45-48">getUnsendMessageId</a>( )</code>

<div class="description">
Get unsend message ID








</div>
</div>
</td>
</tr>
</table>

<table class="summary table table-bordered table-responsive table-striped">
<tr>
<th>
Methods inherited from <a href="class-LINE.LINEBot.Event.BaseEvent.html#methods">LINE\LINEBot\Event\BaseEvent</a>
</th>
</tr>
<tr>
<td>
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getMode">getMode()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getGroupId">getGroupId()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getRoomId">getRoomId()</a></code>,
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getEventSourceId">getEventSourceId()</a></code>
</td>
</tr>
</table>





<table class="summary table table-bordered table-responsive table-striped">
<tr>
<th>
Properties inherited from <a href="class-LINE.LINEBot.Event.BaseEvent.html#properties">LINE\LINEBot\Event\BaseEvent</a>
</th>
</tr>
<tr>
<td>
<code><a href="class-LINE.LINEBot.Event.BaseEvent.html#$event" class="property-name">$event</a></code>
</td>
</tr>
</table>

<div id="footer">
Generated by <a href="https://github.com/apigen/apigen">ApiGen</a>
</div>
</div>
</div>
</div>

<script src="resources/jquery-3.2.1.min.js"></script>
<script src="resources/jquery-ui-1.12.1.min.js"></script>

<script src="elementlist.js"></script>
<script src="resources/main.js"></script>
</body>
</html>


Loading

0 comments on commit 393fe9d

Please sign in to comment.