|
| 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\MemberJoinEvent |
| 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 | + |
| 77 | + <li class="backslash">\</li> |
| 78 | + <li class="active">MemberJoinEvent</li> |
| 79 | +</ol> |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | + </div> |
| 84 | + |
| 85 | + <div class="container"> |
| 86 | + <div class="row"> |
| 87 | + <div class="col-md-12"> |
| 88 | + <h1>MemberJoinEvent</h1> |
| 89 | + |
| 90 | + <div class="panel panel-default"> |
| 91 | + <div class="panel-body"> |
| 92 | + A class that represents the event of joining. |
| 93 | + </div> |
| 94 | + </div> |
| 95 | + |
| 96 | + <dl class="tree"> |
| 97 | + <dd> |
| 98 | + extends |
| 99 | + <a href="class-LINE.LINEBot.Event.BaseEvent.html"> |
| 100 | + LINE\LINEBot\Event\BaseEvent |
| 101 | + </a> |
| 102 | + |
| 103 | + |
| 104 | + </dd> |
| 105 | + </dl> |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + <div class="info"> |
| 110 | + |
| 111 | + |
| 112 | + <br> |
| 113 | + <a href="source-class-LINE.LINEBot.Event.MemberJoinEvent.html" class="open-source-code">Open source code</a> |
| 114 | + <br> |
| 115 | + </div> |
| 116 | + |
| 117 | + <table class="summary table table-bordered table-responsive table-striped" id="methods"> |
| 118 | + <tr><th colspan="3">Methods Summary</th></tr> |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | +<tr id="___construct"> |
| 123 | + |
| 124 | + <td class="attributes col-md-1"> |
| 125 | + <code class="keyword"> |
| 126 | + public |
| 127 | + |
| 128 | + |
| 129 | + </code> |
| 130 | + </td> |
| 131 | + |
| 132 | + <td class="name"> |
| 133 | + <div> |
| 134 | + <a class="anchor pull-right" href="#___construct">#</a> |
| 135 | + <code><a href="source-class-LINE.LINEBot.Event.MemberJoinEvent.html#33-36">__construct</a>( <span> array <span class="property-name">$event</span> </span> )</code> |
| 136 | + |
| 137 | + <div class="description"> |
| 138 | + MemberJoinEvent constructor. |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + <h2>Overrides</h2> |
| 147 | + <div> |
| 148 | + <code> |
| 149 | + <a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct"> |
| 150 | + LINE\LINEBot\Event\BaseEvent::__construct() |
| 151 | + </a> |
| 152 | + </code> |
| 153 | + </div> |
| 154 | + |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + </td> |
| 158 | +</tr> |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | +<tr id="_getMembers"> |
| 163 | + |
| 164 | + <td class="attributes col-md-1"> |
| 165 | + <code class="keyword"> |
| 166 | + public |
| 167 | + |
| 168 | + |
| 169 | + </code> |
| 170 | + </td> |
| 171 | + |
| 172 | + <td class="name"> |
| 173 | + <div> |
| 174 | + <a class="anchor pull-right" href="#_getMembers">#</a> |
| 175 | + <code><a href="source-class-LINE.LINEBot.Event.MemberJoinEvent.html#43-46">getMembers</a>( )</code> |
| 176 | + |
| 177 | + <div class="description"> |
| 178 | + Returns joined members. |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + </div> |
| 188 | + </div> |
| 189 | + </td> |
| 190 | +</tr> |
| 191 | + </table> |
| 192 | + |
| 193 | + <table class="summary table table-bordered table-responsive table-striped"> |
| 194 | + <tr> |
| 195 | + <th> |
| 196 | + Methods inherited from <a href="class-LINE.LINEBot.Event.BaseEvent.html#methods">LINE\LINEBot\Event\BaseEvent</a> |
| 197 | + </th> |
| 198 | + </tr> |
| 199 | + <tr> |
| 200 | + <td> |
| 201 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#___construct">__construct()</a></code>, |
| 202 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getType">getType()</a></code>, |
| 203 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getTimestamp">getTimestamp()</a></code>, |
| 204 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getReplyToken">getReplyToken()</a></code>, |
| 205 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUserEvent">isUserEvent()</a></code>, |
| 206 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isGroupEvent">isGroupEvent()</a></code>, |
| 207 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isRoomEvent">isRoomEvent()</a></code>, |
| 208 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_isUnknownEvent">isUnknownEvent()</a></code>, |
| 209 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getUserId">getUserId()</a></code>, |
| 210 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getGroupId">getGroupId()</a></code>, |
| 211 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getRoomId">getRoomId()</a></code>, |
| 212 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#_getEventSourceId">getEventSourceId()</a></code> |
| 213 | + </td> |
| 214 | + </tr> |
| 215 | + </table> |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + <table class="summary table table-bordered table-responsive table-striped"> |
| 222 | + <tr> |
| 223 | + <th> |
| 224 | + Properties inherited from <a href="class-LINE.LINEBot.Event.BaseEvent.html#properties">LINE\LINEBot\Event\BaseEvent</a> |
| 225 | + </th> |
| 226 | + </tr> |
| 227 | + <tr> |
| 228 | + <td> |
| 229 | + <code><a href="class-LINE.LINEBot.Event.BaseEvent.html#$event" class="property-name">$event</a></code> |
| 230 | + </td> |
| 231 | + </tr> |
| 232 | + </table> |
| 233 | + |
| 234 | + <div id="footer"> |
| 235 | + Generated by <a href="https://github.com/apigen/apigen">ApiGen</a> |
| 236 | + </div> |
| 237 | + </div> |
| 238 | + </div> |
| 239 | + </div> |
| 240 | + |
| 241 | + <script src="resources/jquery-3.2.1.min.js"></script> |
| 242 | + <script src="resources/jquery-ui-1.12.1.min.js"></script> |
| 243 | + |
| 244 | + <script src="elementlist.js"></script> |
| 245 | + <script src="resources/main.js"></script> |
| 246 | + </body> |
| 247 | +</html> |
| 248 | + |
| 249 | + |
0 commit comments