Skip to content

Commit ad301b6

Browse files
author
flow-php
committed
1 parent 70a1c3a commit ad301b6

File tree

12 files changed

+154
-53
lines changed

12 files changed

+154
-53
lines changed

changelog/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ <h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true"
221221
</ul>
222222
<h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Changed</h3>
223223
<ul>
224+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1580">#1580</a> - <strong>Renamed DataFrame::validate() into DataFrame::match()</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
224225
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1577">#1577</a> - <strong>Float type toString now display precision</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
225226
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1575">#1575</a> - <strong>Update Homebrew TAP formula: flow-php to version: 0.13.1</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
226227
</ul>

documentation/api/core/classes/Flow-ETL-Row-Entries.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
598598

599599
<code class="phpdocumentor-code phpdocumentor-signature ">
600600
<span class="phpdocumentor-signature__visibility">public</span>
601-
<span class="phpdocumentor-signature__name">get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$name</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a>&lt;mixed, mixed&gt;</span></code>
601+
<span class="phpdocumentor-signature__name">get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$reference</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a>&lt;mixed, mixed&gt;</span></code>
602602

603603
<div class="phpdocumentor-label-line">
604604
</div>
@@ -607,7 +607,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
607607
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
608608
<dl class="phpdocumentor-argument-list">
609609
<dt class="phpdocumentor-argument-list__entry">
610-
<span class="phpdocumentor-signature__argument__name">$name</span>
610+
<span class="phpdocumentor-signature__argument__name">$reference</span>
611611
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
612612
</dt>
613613
<dd class="phpdocumentor-argument-list__definition">
@@ -661,7 +661,7 @@ <h4 class="phpdocumentor-element__name" id="method_getAll">
661661

662662
<code class="phpdocumentor-code phpdocumentor-signature ">
663663
<span class="phpdocumentor-signature__visibility">public</span>
664-
<span class="phpdocumentor-signature__name">getAll</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$names</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
664+
<span class="phpdocumentor-signature__name">getAll</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$references</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
665665

666666
<div class="phpdocumentor-label-line">
667667
</div>
@@ -670,7 +670,7 @@ <h4 class="phpdocumentor-element__name" id="method_getAll">
670670
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
671671
<dl class="phpdocumentor-argument-list">
672672
<dt class="phpdocumentor-argument-list__entry">
673-
<span class="phpdocumentor-signature__argument__name">$names</span>
673+
<span class="phpdocumentor-signature__argument__name">$references</span>
674674
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
675675
</dt>
676676
<dd class="phpdocumentor-argument-list__definition">
@@ -747,7 +747,7 @@ <h4 class="phpdocumentor-element__name" id="method_has">
747747

748748
<code class="phpdocumentor-code phpdocumentor-signature ">
749749
<span class="phpdocumentor-signature__visibility">public</span>
750-
<span class="phpdocumentor-signature__name">has</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$refs</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
750+
<span class="phpdocumentor-signature__name">has</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$references</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
751751

752752
<div class="phpdocumentor-label-line">
753753
</div>
@@ -756,7 +756,7 @@ <h4 class="phpdocumentor-element__name" id="method_has">
756756
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
757757
<dl class="phpdocumentor-argument-list">
758758
<dt class="phpdocumentor-argument-list__entry">
759-
<span class="phpdocumentor-signature__argument__name">$refs</span>
759+
<span class="phpdocumentor-signature__argument__name">$references</span>
760760
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
761761
</dt>
762762
<dd class="phpdocumentor-argument-list__definition">
@@ -1189,7 +1189,7 @@ <h4 class="phpdocumentor-element__name" id="method_order">
11891189

11901190
<code class="phpdocumentor-code phpdocumentor-signature ">
11911191
<span class="phpdocumentor-signature__visibility">public</span>
1192-
<span class="phpdocumentor-signature__name">order</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$entries</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
1192+
<span class="phpdocumentor-signature__name">order</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$references</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
11931193

11941194
<div class="phpdocumentor-label-line">
11951195
</div>
@@ -1198,7 +1198,7 @@ <h4 class="phpdocumentor-element__name" id="method_order">
11981198
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
11991199
<dl class="phpdocumentor-argument-list">
12001200
<dt class="phpdocumentor-argument-list__entry">
1201-
<span class="phpdocumentor-signature__argument__name">$entries</span>
1201+
<span class="phpdocumentor-signature__argument__name">$references</span>
12021202
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
12031203
</dt>
12041204
<dd class="phpdocumentor-argument-list__definition">
@@ -1237,7 +1237,7 @@ <h4 class="phpdocumentor-element__name" id="method_remove">
12371237

12381238
<code class="phpdocumentor-code phpdocumentor-signature ">
12391239
<span class="phpdocumentor-signature__visibility">public</span>
1240-
<span class="phpdocumentor-signature__name">remove</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$names</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
1240+
<span class="phpdocumentor-signature__name">remove</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__variadic-operator">...</span><span class="phpdocumentor-signature__argument__name">$references</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
12411241

12421242
<div class="phpdocumentor-label-line">
12431243
</div>
@@ -1246,7 +1246,7 @@ <h4 class="phpdocumentor-element__name" id="method_remove">
12461246
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
12471247
<dl class="phpdocumentor-argument-list">
12481248
<dt class="phpdocumentor-argument-list__entry">
1249-
<span class="phpdocumentor-signature__argument__name">$names</span>
1249+
<span class="phpdocumentor-signature__argument__name">$references</span>
12501250
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
12511251
</dt>
12521252
<dd class="phpdocumentor-argument-list__definition">
@@ -1285,7 +1285,7 @@ <h4 class="phpdocumentor-element__name" id="method_rename">
12851285

12861286
<code class="phpdocumentor-code phpdocumentor-signature ">
12871287
<span class="phpdocumentor-signature__visibility">public</span>
1288-
<span class="phpdocumentor-signature__name">rename</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$currentName</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$newName</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
1288+
<span class="phpdocumentor-signature__name">rename</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$current</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$new</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
12891289

12901290
<div class="phpdocumentor-label-line">
12911291
</div>
@@ -1294,14 +1294,14 @@ <h4 class="phpdocumentor-element__name" id="method_rename">
12941294
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
12951295
<dl class="phpdocumentor-argument-list">
12961296
<dt class="phpdocumentor-argument-list__entry">
1297-
<span class="phpdocumentor-signature__argument__name">$currentName</span>
1297+
<span class="phpdocumentor-signature__argument__name">$current</span>
12981298
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
12991299
</dt>
13001300
<dd class="phpdocumentor-argument-list__definition">
13011301

13021302
</dd>
13031303
<dt class="phpdocumentor-argument-list__entry">
1304-
<span class="phpdocumentor-signature__argument__name">$newName</span>
1304+
<span class="phpdocumentor-signature__argument__name">$new</span>
13051305
: <span class="phpdocumentor-signature__argument__return-type">string|<a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
13061306
</dt>
13071307
<dd class="phpdocumentor-argument-list__definition">

0 commit comments

Comments
 (0)