Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Feb 8, 2021
1 parent 07b82ac commit b9d9a0d
Show file tree
Hide file tree
Showing 16 changed files with 678 additions and 140 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">'6.1.0'</span></code>
<code><span class="php-quote">'6.2.0'</span></code>
</div>
</td>
</tr>
Expand Down
258 changes: 258 additions & 0 deletions docs/class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,258 @@
<!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\MessageEvent\MentioneeInfo
</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>
<a href="namespace-LINE.LINEBot.Event.MessageEvent.html">MessageEvent</a>
</li>

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

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





<div class="info">


<a href="source-class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.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.MessageEvent.MentioneeInfo.html#35-42">__construct</a>( <span> array <span class="property-name">$mentioneeInfo</span> </span> )</code>

<div class="description">
Mentionee Info Constructor








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



<tr id="_getIndex">

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


</code>
</td>

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

<div class="description">
Returns Index position of the user mention for a character.








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



<tr id="_getLength">

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


</code>
</td>

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

<div class="description">
Returns length of the text of the mentioned user.








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



<tr id="_getUserId">

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


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_getUserId">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.MentioneeInfo.html#69-72">getUserId</a>( )</code>

<div class="description">
Returns User ID of the mentioned user.








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


38 changes: 35 additions & 3 deletions docs/class-LINE.LINEBot.Event.MessageEvent.TextMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1>TextMessage</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#___construct">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#42-50">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#49-62">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code>

<div class="description">
TextMessage constructor.
Expand Down Expand Up @@ -176,7 +176,7 @@ <h2>Overrides</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getText">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#57-60">getText</a>( )</code>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#69-72">getText</a>( )</code>

<div class="description">
Returns text of the message.
Expand Down Expand Up @@ -208,7 +208,7 @@ <h2>Overrides</h2>
<td class="name">
<div>
<a class="anchor pull-right" href="#_getEmojis">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#67-70">getEmojis</a>( )</code>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#79-82">getEmojis</a>( )</code>

<div class="description">
Returns emoji info list of the messages.
Expand All @@ -220,6 +220,38 @@ <h2>Overrides</h2>



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



<tr id="_getMentionees">

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


</code>
</td>

<td class="name">
<div>
<a class="anchor pull-right" href="#_getMentionees">#</a>
<code><a href="source-class-LINE.LINEBot.Event.MessageEvent.TextMessage.html#89-92">getMentionees</a>( )</code>

<div class="description">
Returns mentioned user info list of the messages.








</div>
</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1>CarouselColumnTemplateBuilder</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#___construct">#</a>
<code><a href="source-class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html#54-61">__construct</a>( <span> string <span class="property-name">$title</span> </span>, <span> string <span class="property-name">$text</span> </span>, <span> string <span class="property-name">$thumbnailImageUrl</span> </span>, <span> array <span class="property-name">$actionBuilders</span> </span>, <span> string|null <span class="property-name">$imageBackgroundColor</span> = <span class="php-keyword1">NULL</span></span> )</code>
<code><a href="source-class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html#60-74">__construct</a>( <span> string <span class="property-name">$title</span> </span>, <span> string <span class="property-name">$text</span> </span>, <span> string <span class="property-name">$thumbnailImageUrl</span> </span>, <span> array <span class="property-name">$actionBuilders</span> </span>, <span> string|null <span class="property-name">$imageBackgroundColor</span> = <span class="php-keyword1">NULL</span></span>, <span> <a href="interface-LINE.LINEBot.TemplateActionBuilder.html">LINE\LINEBot\TemplateActionBuilder</a> <span class="property-name">$defaultAction</span> = <span class="php-keyword1">NULL</span></span> )</code>

<div class="description">
CarouselColumnTemplateBuilder constructor.
Expand Down Expand Up @@ -168,7 +168,7 @@ <h1>CarouselColumnTemplateBuilder</h1>
<td class="name">
<div>
<a class="anchor pull-right" href="#_buildTemplate">#</a>
<code><a href="source-class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html#68-91">buildTemplate</a>( )</code>
<code><a href="source-class-LINE.LINEBot.MessageBuilder.TemplateBuilder.CarouselColumnTemplateBuilder.html#81-107">buildTemplate</a>( )</code>

<div class="description">
Builds column of carousel template structure.
Expand Down
Loading

0 comments on commit b9d9a0d

Please sign in to comment.