Skip to content

Commit

Permalink
Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Apr 23, 2019
1 parent b873035 commit e859b4c
Show file tree
Hide file tree
Showing 26 changed files with 1,705 additions and 582 deletions.
178 changes: 178 additions & 0 deletions docs/class-LINE.LINEBot.Constant.MessageContentProviderType.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
<!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\Constant\MessageContentProviderType
</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.Constant.html">Constant</a>
</li>

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

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





<div class="info">


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




<table class="summary table table-bordered table-responsive table-striped" id="constants">
<tr><th colspan="3">Constants Summary</th></tr>
<tr id="LINE">
<td class="attributes">
<code class="keyword">
public


string
</code>
</td>
<td class="name">
<code>
<a href="source-class-LINE.LINEBot.Constant.MessageContentProviderType.html#23" class="constant-name">LINE</a>
</code>

<div class="description">


</div>
</td>
<td class="value">
<div>
<a href="#LINE" class="anchor pull-right">#</a>
<code><span class="php-quote">'line'</span></code>
</div>
</td>
</tr>
<tr id="EXTERNAL">
<td class="attributes">
<code class="keyword">
public


string
</code>
</td>
<td class="name">
<code>
<a href="source-class-LINE.LINEBot.Constant.MessageContentProviderType.html#24" class="constant-name">EXTERNAL</a>
</code>

<div class="description">


</div>
</td>
<td class="value">
<div>
<a href="#EXTERNAL" class="anchor pull-right">#</a>
<code><span class="php-quote">'external'</span></code>
</div>
</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>


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">'3.8.0'</span></code>
<code><span class="php-quote">'3.9.0'</span></code>
</div>
</td>
</tr>
Expand Down
66 changes: 65 additions & 1 deletion docs/class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1>AudioMessage</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#___construct">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html#35-38">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html#38-42">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code>

<div class="description">
AudioMessage constructor.
Expand All @@ -156,6 +156,70 @@ <h2>Overrides</h2>
</code>
</div>

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



<tr id="_getDuration">

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


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_getDuration">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html#49-52">getDuration</a>( )</code>

<div class="description">
Returns duration of the audio message.








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



<tr id="_getContentProvider">

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


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_getContentProvider">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.AudioMessage.html#59-62">getContentProvider</a>( )</code>

<div class="description">
Returns contentProvider of the audio message.








</div>
</div>
</td>
Expand Down
Loading

0 comments on commit e859b4c

Please sign in to comment.