Skip to content

Commit d938b84

Browse files
publish php apidocs 1.30.0
1 parent 4c4d862 commit d938b84

File tree

91 files changed

+2170
-1173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2170
-1173
lines changed

classes/rosette-api-Address.html

Lines changed: 192 additions & 120 deletions
Large diffs are not rendered by default.

classes/rosette-api-AddressSimilarityParameters.html

Lines changed: 66 additions & 37 deletions
Large diffs are not rendered by default.

classes/rosette-api-Api.html

Lines changed: 525 additions & 242 deletions
Large diffs are not rendered by default.

classes/rosette-api-CustomException.html

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
5454
Menu
5555
</label>
5656
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
57-
<section class="phpdocumentor-sidebar__category">
57+
<section class="phpdocumentor-sidebar__category -namespaces">
5858
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
5959
<h4 class="phpdocumentor-sidebar__root-namespace">
6060
<a href="namespaces/rosette.html" class="">rosette</a>
@@ -67,22 +67,22 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
6767
</ul>
6868

6969
</section>
70-
<section class="phpdocumentor-sidebar__category">
70+
<section class="phpdocumentor-sidebar__category -packages">
7171
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
7272
<h4 class="phpdocumentor-sidebar__root-namespace">
7373
<a href="packages/Application.html" class="">Application</a>
7474
</h4>
7575

7676
</section>
7777

78-
<section class="phpdocumentor-sidebar__category">
78+
<section class="phpdocumentor-sidebar__category -reports">
7979
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
8080
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
8181
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
8282
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
8383
</section>
8484

85-
<section class="phpdocumentor-sidebar__category">
85+
<section class="phpdocumentor-sidebar__category -indices">
8686
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
8787
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
8888
</section>
@@ -124,7 +124,7 @@ <h2 class="phpdocumentor-content__title">
124124
<aside class="phpdocumentor-element-found-in">
125125
<abbr class="phpdocumentor-element-found-in__file" title="source/rosette/api/CustomException.php"><a href="files/source-rosette-api-customexception.html"><abbr title="source/rosette/api/CustomException.php">CustomException.php</abbr></a></abbr>
126126
:
127-
<span class="phpdocumentor-element-found-in__line">22</span>
127+
<span class="phpdocumentor-element-found-in__line">23</span>
128128

129129
</aside>
130130

@@ -135,6 +135,9 @@ <h2 class="phpdocumentor-content__title">
135135

136136

137137

138+
139+
140+
138141
<h3 id="toc">
139142
Table of Contents
140143
<a href="classes/rosette-api-CustomException.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
@@ -163,14 +166,14 @@ <h4 id="toc-properties">
163166
</h4>
164167
<dl class="phpdocumentor-table-of-contents">
165168
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
166-
<a href="classes/rosette-api-CustomException.html#property_code">$code</a>
169+
<a class="" href="classes/rosette-api-CustomException.html#property_code">$code</a>
167170
<span>
168171
&nbsp;: int </span>
169172
</dt>
170173
<dd>User-defined exception code.</dd>
171174

172175
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
173-
<a href="classes/rosette-api-CustomException.html#property_message">$message</a>
176+
<a class="" href="classes/rosette-api-CustomException.html#property_message">$message</a>
174177
<span>
175178
&nbsp;: string </span>
176179
</dt>
@@ -185,14 +188,14 @@ <h4 id="toc-methods">
185188
</h4>
186189
<dl class="phpdocumentor-table-of-contents">
187190
<dt class="phpdocumentor-table-of-contents__entry -method -public">
188-
<a href="classes/rosette-api-CustomException.html#method___construct">__construct()</a>
191+
<a class="" href="classes/rosette-api-CustomException.html#method___construct">__construct()</a>
189192
<span>
190193
&nbsp;: mixed </span>
191194
</dt>
192195
<dd>Constructor.</dd>
193196

194197
<dt class="phpdocumentor-table-of-contents__entry -method -public">
195-
<a href="classes/rosette-api-CustomException.html#method___toString">__toString()</a>
198+
<a class="" href="classes/rosette-api-CustomException.html#method___toString">__toString()</a>
196199
<span>
197200
&nbsp;: string </span>
198201
</dt>
@@ -202,7 +205,6 @@ <h4 id="toc-methods">
202205

203206

204207

205-
206208

207209

208210

@@ -229,12 +231,13 @@ <h4 class="phpdocumentor-element__name" id="property_code">
229231
<aside class="phpdocumentor-element-found-in">
230232
<abbr class="phpdocumentor-element-found-in__file" title="source/rosette/api/CustomException.php"><a href="files/source-rosette-api-customexception.html"><abbr title="source/rosette/api/CustomException.php">CustomException.php</abbr></a></abbr>
231233
:
232-
<span class="phpdocumentor-element-found-in__line">35</span>
234+
<span class="phpdocumentor-element-found-in__line">36</span>
233235

234236
</aside>
235237

236238
<p class="phpdocumentor-summary">User-defined exception code.</p>
237239

240+
238241
<code class="phpdocumentor-code phpdocumentor-signature ">
239242
<span class="phpdocumentor-signature__visibility">protected</span>
240243
<span class="phpdocumentor-signature__type">int</span>
@@ -245,6 +248,8 @@ <h4 class="phpdocumentor-element__name" id="property_code">
245248

246249

247250

251+
252+
248253
</article>
249254
<article
250255
class="
@@ -263,12 +268,13 @@ <h4 class="phpdocumentor-element__name" id="property_message">
263268
<aside class="phpdocumentor-element-found-in">
264269
<abbr class="phpdocumentor-element-found-in__file" title="source/rosette/api/CustomException.php"><a href="files/source-rosette-api-customexception.html"><abbr title="source/rosette/api/CustomException.php">CustomException.php</abbr></a></abbr>
265270
:
266-
<span class="phpdocumentor-element-found-in__line">29</span>
271+
<span class="phpdocumentor-element-found-in__line">30</span>
267272

268273
</aside>
269274

270275
<p class="phpdocumentor-summary">Exception message.</p>
271276

277+
272278
<code class="phpdocumentor-code phpdocumentor-signature ">
273279
<span class="phpdocumentor-signature__visibility">protected</span>
274280
<span class="phpdocumentor-signature__type">string</span>
@@ -279,6 +285,8 @@ <h4 class="phpdocumentor-element__name" id="property_message">
279285

280286

281287

288+
289+
282290
</article>
283291
</section>
284292

@@ -302,7 +310,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
302310
<aside class="phpdocumentor-element-found-in">
303311
<abbr class="phpdocumentor-element-found-in__file" title="source/rosette/api/CustomException.php"><a href="files/source-rosette-api-customexception.html"><abbr title="source/rosette/api/CustomException.php">CustomException.php</abbr></a></abbr>
304312
:
305-
<span class="phpdocumentor-element-found-in__line">43</span>
313+
<span class="phpdocumentor-element-found-in__line">44</span>
306314

307315
</aside>
308316

@@ -315,6 +323,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
315323
<div class="phpdocumentor-label-line">
316324
</div>
317325

326+
318327
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
319328
<dl class="phpdocumentor-argument-list">
320329
<dt class="phpdocumentor-argument-list__entry">
@@ -336,6 +345,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
336345

337346

338347

348+
349+
339350
</article>
340351
<article
341352
class="phpdocumentor-element
@@ -351,7 +362,7 @@ <h4 class="phpdocumentor-element__name" id="method___toString">
351362
<aside class="phpdocumentor-element-found-in">
352363
<abbr class="phpdocumentor-element-found-in__file" title="source/rosette/api/CustomException.php"><a href="files/source-rosette-api-customexception.html"><abbr title="source/rosette/api/CustomException.php">CustomException.php</abbr></a></abbr>
353364
:
354-
<span class="phpdocumentor-element-found-in__line">57</span>
365+
<span class="phpdocumentor-element-found-in__line">58</span>
355366

356367
</aside>
357368

@@ -366,6 +377,9 @@ <h4 class="phpdocumentor-element__name" id="method___toString">
366377

367378

368379

380+
381+
382+
369383

370384
<section>
371385
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
@@ -486,16 +500,16 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
486500
<li class="phpdocumentor-on-this-page-section__title">Properties</li>
487501
<li>
488502
<ul class="phpdocumentor-list -clean">
489-
<li><a href="classes/rosette-api-CustomException.html#property_code">$code<a href="classes/rosette-api-CustomException.html"></li>
490-
<li><a href="classes/rosette-api-CustomException.html#property_message">$message<a href="classes/rosette-api-CustomException.html"></li>
503+
<li class=""><a href="classes/rosette-api-CustomException.html#property_code">$code</li>
504+
<li class=""><a href="classes/rosette-api-CustomException.html#property_message">$message</li>
491505
</ul>
492506
</li>
493507

494508
<li class="phpdocumentor-on-this-page-section__title">Methods</li>
495509
<li>
496510
<ul class="phpdocumentor-list -clean">
497-
<li><a href="classes/rosette-api-CustomException.html#method___construct">__construct()</a></li>
498-
<li><a href="classes/rosette-api-CustomException.html#method___toString">__toString()</a></li>
511+
<li class=""><a href="classes/rosette-api-CustomException.html#method___construct">__construct()</a></li>
512+
<li class=""><a href="classes/rosette-api-CustomException.html#method___toString">__toString()</a></li>
499513
</ul>
500514
</li>
501515
</ul>

0 commit comments

Comments
 (0)