Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Apr 29, 2019
1 parent a808326 commit 01ba4d1
Show file tree
Hide file tree
Showing 14 changed files with 757 additions and 233 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">'3.9.0'</span></code>
<code><span class="php-quote">'3.10.0'</span></code>
</div>
</td>
</tr>
Expand Down
200 changes: 200 additions & 0 deletions docs/class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
<!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\TemplateActionBuilder\Uri\AltUriBuilder
</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.TemplateActionBuilder.html">TemplateActionBuilder</a>
</li>
<li class="backslash">\</li>
<li>
<a href="namespace-LINE.LINEBot.TemplateActionBuilder.Uri.html">Uri</a>
</li>

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

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

<div class="panel panel-default">
<div class="panel-body">
A builder class for alt uri of uri.
</div>
</div>




<div class="info">


<br>
<a href="source-class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.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.TemplateActionBuilder.Uri.AltUriBuilder.html#36-39">__construct</a>( <span> string <span class="property-name">$desktop</span> </span> )</code>

<div class="description">
AltUriBuilder constructor.








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



<tr id="_build">

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


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_build">#</a>
<code><a href="source-class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html#46-51">build</a>( )</code>

<div class="description">
Builds alt uri of uri.








</div>
</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>


Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1>UriTemplateActionBuilder</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#___construct">#</a>
<code><a href="source-class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html#43-47">__construct</a>( <span> string <span class="property-name">$label</span> </span>, <span> string <span class="property-name">$uri</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html#46-51">__construct</a>( <span> string <span class="property-name">$label</span> </span>, <span> string <span class="property-name">$uri</span> </span>, <span> <a href="class-LINE.LINEBot.TemplateActionBuilder.Uri.AltUriBuilder.html">LINE\LINEBot\TemplateActionBuilder\Uri\AltUriBuilder</a> <span class="property-name">$altUri</span> = <span class="php-keyword1">NULL</span></span> )</code>

<div class="description">
UriAction constructor.
Expand Down Expand Up @@ -164,7 +164,7 @@ <h1>UriTemplateActionBuilder</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#_buildTemplateAction">#</a>
<code><a href="source-class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html#54-61">buildTemplateAction</a>( )</code>
<code><a href="source-class-LINE.LINEBot.TemplateActionBuilder.UriTemplateActionBuilder.html#58-71">buildTemplateAction</a>( )</code>

<div class="description">
Builds URI action structure.
Expand Down
60 changes: 46 additions & 14 deletions docs/class-LINE.LINEBot.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,38 @@ <h2>see</h2>
</div>


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



<tr id="_createLinkToken">

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


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_createLinkToken">#</a>
<code><a href="source-class-LINE.LINEBot.html#335-339">createLinkToken</a>( <span> string <span class="property-name">$userId</span> </span> )</code>

<div class="description">
Issues a link token used for the account link feature.








</div>
</div>
</td>
Expand All @@ -699,7 +731,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#335-339">getRichMenu</a>( <span> string <span class="property-name">$richMenuId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#347-351">getRichMenu</a>( <span> string <span class="property-name">$richMenuId</span> </span> )</code>

<div class="description">
Gets a rich menu via a rich menu ID.
Expand Down Expand Up @@ -731,7 +763,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_createRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#349-352">createRichMenu</a>( <span> \RichMenuBuilder <span class="property-name">$richMenuBuilder</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#361-364">createRichMenu</a>( <span> \RichMenuBuilder <span class="property-name">$richMenuBuilder</span> </span> )</code>

<div class="description">
Creates a rich menu.
Expand Down Expand Up @@ -765,7 +797,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_deleteRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#360-364">deleteRichMenu</a>( <span> string <span class="property-name">$richMenuId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#372-376">deleteRichMenu</a>( <span> string <span class="property-name">$richMenuId</span> </span> )</code>

<div class="description">
Deletes a rich menu.
Expand Down Expand Up @@ -797,7 +829,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getRichMenuId">#</a>
<code><a href="source-class-LINE.LINEBot.html#372-376">getRichMenuId</a>( <span> string <span class="property-name">$userId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#384-388">getRichMenuId</a>( <span> string <span class="property-name">$userId</span> </span> )</code>

<div class="description">
Gets the ID of the rich menu linked to a user.
Expand Down Expand Up @@ -829,7 +861,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_linkRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#385-394">linkRichMenu</a>( <span> string <span class="property-name">$userId</span> </span>, <span> string <span class="property-name">$richMenuId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#397-406">linkRichMenu</a>( <span> string <span class="property-name">$userId</span> </span>, <span> string <span class="property-name">$richMenuId</span> </span> )</code>

<div class="description">
Links a rich menu to a user. Only one rich menu can be linked to a user at one time.
Expand Down Expand Up @@ -861,7 +893,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_bulkLinkRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#403-410">bulkLinkRichMenu</a>( <span> string[] <span class="property-name">$userIds</span> </span>, <span> string <span class="property-name">$richMenuId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#415-422">bulkLinkRichMenu</a>( <span> string[] <span class="property-name">$userIds</span> </span>, <span> string <span class="property-name">$richMenuId</span> </span> )</code>

<div class="description">
Links a rich menu to multiple users.
Expand Down Expand Up @@ -893,7 +925,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_unlinkRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#418-422">unlinkRichMenu</a>( <span> string <span class="property-name">$userId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#430-434">unlinkRichMenu</a>( <span> string <span class="property-name">$userId</span> </span> )</code>

<div class="description">
Unlinks a rich menu from multiple user.
Expand Down Expand Up @@ -925,7 +957,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_bulkUnlinkRichMenu">#</a>
<code><a href="source-class-LINE.LINEBot.html#430-436">bulkUnlinkRichMenu</a>( <span> string[] <span class="property-name">$userIds</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#442-448">bulkUnlinkRichMenu</a>( <span> string[] <span class="property-name">$userIds</span> </span> )</code>

<div class="description">
Unlinks rich menus from multiple users.
Expand Down Expand Up @@ -957,7 +989,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_downloadRichMenuImage">#</a>
<code><a href="source-class-LINE.LINEBot.html#444-448">downloadRichMenuImage</a>( <span> string <span class="property-name">$richMenuId</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#456-460">downloadRichMenuImage</a>( <span> string <span class="property-name">$richMenuId</span> </span> )</code>

<div class="description">
Downloads an image associated with a rich menu.
Expand Down Expand Up @@ -989,7 +1021,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_uploadRichMenuImage">#</a>
<code><a href="source-class-LINE.LINEBot.html#463-474">uploadRichMenuImage</a>( <span> string <span class="property-name">$richMenuId</span> </span>, <span> string <span class="property-name">$imagePath</span> </span>, <span> string <span class="property-name">$contentType</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#475-486">uploadRichMenuImage</a>( <span> string <span class="property-name">$richMenuId</span> </span>, <span> string <span class="property-name">$imagePath</span> </span>, <span> string <span class="property-name">$contentType</span> </span> )</code>

<div class="description">
Uploads and attaches an image to a rich menu.
Expand Down Expand Up @@ -1026,7 +1058,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getRichMenuList">#</a>
<code><a href="source-class-LINE.LINEBot.html#481-484">getRichMenuList</a>( )</code>
<code><a href="source-class-LINE.LINEBot.html#493-496">getRichMenuList</a>( )</code>

<div class="description">
Gets a list of all uploaded rich menus.
Expand Down Expand Up @@ -1058,7 +1090,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getNumberOfSentReplyMessages">#</a>
<code><a href="source-class-LINE.LINEBot.html#492-497">getNumberOfSentReplyMessages</a>( <span> DateTime <span class="property-name">$datetime</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#504-509">getNumberOfSentReplyMessages</a>( <span> DateTime <span class="property-name">$datetime</span> </span> )</code>

<div class="description">
Get number of sent reply messages
Expand Down Expand Up @@ -1090,7 +1122,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getNumberOfSentPushMessages">#</a>
<code><a href="source-class-LINE.LINEBot.html#505-510">getNumberOfSentPushMessages</a>( <span> DateTime <span class="property-name">$datetime</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#517-522">getNumberOfSentPushMessages</a>( <span> DateTime <span class="property-name">$datetime</span> </span> )</code>

<div class="description">
Get number of sent push messages
Expand Down Expand Up @@ -1122,7 +1154,7 @@ <h2>see</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getNumberOfSentMulticastMessages">#</a>
<code><a href="source-class-LINE.LINEBot.html#518-523">getNumberOfSentMulticastMessages</a>( <span> DateTime <span class="property-name">$datetime</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.html#530-535">getNumberOfSentMulticastMessages</a>( <span> DateTime <span class="property-name">$datetime</span> </span> )</code>

<div class="description">
Get number of sent multicast messages
Expand Down
Loading

0 comments on commit 01ba4d1

Please sign in to comment.