Skip to content

Commit 5aaaf5a

Browse files
author
flow-php
committed
1 parent 7663d23 commit 5aaaf5a

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

β€Ždocumentation/api/core/classes/Flow-ETL-Row-Entry.htmlβ€Ž

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,22 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
139139
</h5>
140140
<dl class="phpdocumentor-tag-list">
141141
<dt class="phpdocumentor-tag-list__entry">
142-
<span class="phpdocumentor-tag__name">template</span>
142+
<span class="phpdocumentor-tag__name">template-covariant</span>
143143
</dt>
144144
<dd class="phpdocumentor-tag-list__definition">
145145

146-
146+
<section class="phpdocumentor-description"><p>of mixed</p>
147+
</section>
148+
147149
</dd>
148150
<dt class="phpdocumentor-tag-list__entry">
149-
<span class="phpdocumentor-tag__name">template</span>
151+
<span class="phpdocumentor-tag__name">template-covariant</span>
150152
</dt>
151153
<dd class="phpdocumentor-tag-list__definition">
152154

153-
155+
<section class="phpdocumentor-description"><p>of mixed</p>
156+
</section>
157+
154158
</dd>
155159
</dl>
156160

@@ -447,7 +451,7 @@ <h4 class="phpdocumentor-element__name" id="method_isEqual">
447451

448452
<code class="phpdocumentor-code phpdocumentor-signature ">
449453
<span class="phpdocumentor-signature__visibility">public</span>
450-
<span class="phpdocumentor-signature__name">isEqual</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a>&lt;<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>, <abbr title="\Flow\ETL\Row\TType">TType</abbr>&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$entry</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
454+
<span class="phpdocumentor-signature__name">isEqual</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a>&lt;mixed, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$entry</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
451455

452456
<div class="phpdocumentor-label-line">
453457
</div>
@@ -457,7 +461,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
457461
<dl class="phpdocumentor-argument-list">
458462
<dt class="phpdocumentor-argument-list__entry">
459463
<span class="phpdocumentor-signature__argument__name">$entry</span>
460-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a>&lt;<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>, <abbr title="\Flow\ETL\Row\TType">TType</abbr>&gt;</span>
464+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a>&lt;mixed, mixed&gt;</span>
461465
</dt>
462466
<dd class="phpdocumentor-argument-list__definition">
463467

@@ -495,7 +499,7 @@ <h4 class="phpdocumentor-element__name" id="method_map">
495499

496500
<code class="phpdocumentor-code phpdocumentor-signature ">
497501
<span class="phpdocumentor-signature__visibility">public</span>
498-
<span class="phpdocumentor-signature__name">map</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">callable(<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>): <abbr title="\Flow\ETL\Row\TValue">TValue</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mapper</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;<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>, <abbr title="\Flow\ETL\Row\TType">TType</abbr>&gt;</span></code>
502+
<span class="phpdocumentor-signature__name">map</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">callable(mixed): mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mapper</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;<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>, <abbr title="\Flow\ETL\Row\TType">TType</abbr>&gt;</span></code>
499503

500504
<div class="phpdocumentor-label-line">
501505
</div>
@@ -505,7 +509,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
505509
<dl class="phpdocumentor-argument-list">
506510
<dt class="phpdocumentor-argument-list__entry">
507511
<span class="phpdocumentor-signature__argument__name">$mapper</span>
508-
: <span class="phpdocumentor-signature__argument__return-type">callable(<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>): <abbr title="\Flow\ETL\Row\TValue">TValue</abbr></span>
512+
: <span class="phpdocumentor-signature__argument__return-type">callable(mixed): mixed</span>
509513
</dt>
510514
<dd class="phpdocumentor-argument-list__definition">
511515

@@ -774,14 +778,14 @@ <h4 class="phpdocumentor-element__name" id="method_withValue">
774778
<aside class="phpdocumentor-element-found-in">
775779
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Row/Entry.php"><a href="files/src-core-etl-src-flow-etl-row-entry.html"><abbr title="src/core/etl/src/Flow/ETL/Row/Entry.php">Entry.php</abbr></a></abbr>
776780
:
777-
<span class="phpdocumentor-element-found-in__line">65</span>
781+
<span class="phpdocumentor-element-found-in__line">63</span>
778782

779783
</aside>
780784

781785

782786
<code class="phpdocumentor-code phpdocumentor-signature ">
783787
<span class="phpdocumentor-signature__visibility">public</span>
784-
<span class="phpdocumentor-signature__name">withValue</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Flow\ETL\Row\TValue">TValue</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$value</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;<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>, <abbr title="\Flow\ETL\Row\TType">TType</abbr>&gt;</span></code>
788+
<span class="phpdocumentor-signature__name">withValue</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$value</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;<abbr title="\Flow\ETL\Row\TValue">TValue</abbr>, <abbr title="\Flow\ETL\Row\TType">TType</abbr>&gt;</span></code>
785789

786790
<div class="phpdocumentor-label-line">
787791
</div>
@@ -791,7 +795,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
791795
<dl class="phpdocumentor-argument-list">
792796
<dt class="phpdocumentor-argument-list__entry">
793797
<span class="phpdocumentor-signature__argument__name">$value</span>
794-
: <span class="phpdocumentor-signature__argument__return-type"><abbr title="\Flow\ETL\Row\TValue">TValue</abbr></span>
798+
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
795799
</dt>
796800
<dd class="phpdocumentor-argument-list__definition">
797801

β€Žsitemap.blog.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

β€Žsitemap.default.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

β€Žsitemap.documentation.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žsitemap.examples.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žsitemap.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-04-02T19:17:12+00:00</lastmod></sitemap></sitemapindex>
1+
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-04-03T17:23:24+00:00</lastmod></sitemap></sitemapindex>

0 commit comments

Comments
Β (0)