Skip to content

Commit

Permalink
TASK: Update API docs from 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-bot committed Jan 15, 2025
1 parent fd56b67 commit e041a9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flow/8.3/Neos/Flow/Mvc/Routing/UriBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,14 @@ <h2>Methods</h2>
<a href="../../../../Neos/Flow/Mvc/Routing/UriBuilder.html"><abbr title="Neos\Flow\Mvc\Routing\UriBuilder">UriBuilder</abbr></a>
</div>
<div class="col-md-8">
<a href="#method_setFormat">setFormat</a>(string $format)
<a href="#method_setFormat">setFormat</a>(string|null $format)

<p><p>Specifies the format of the target (e.g. &quot;html&quot; or &quot;xml&quot;)</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
string|null
</div>
<div class="col-md-8">
<a href="#method_getFormat">getFormat</a>()
Expand Down Expand Up @@ -673,7 +673,7 @@ <h4>Return Value</h4>
<h3 id="method_setFormat">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.3/Neos.Flow/Classes/Mvc/Routing/UriBuilder.php#L166">at line 166</a></div>
<code> <a href="../../../../Neos/Flow/Mvc/Routing/UriBuilder.html"><abbr title="Neos\Flow\Mvc\Routing\UriBuilder">UriBuilder</abbr></a>
<strong>setFormat</strong>(string $format)
<strong>setFormat</strong>(string|null $format)
</code>
</h3>
<div class="details">
Expand All @@ -688,7 +688,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td>string|null</td>
<td>$format</td>
<td><p>(e.g. &quot;html&quot; or &quot;xml&quot;), will be transformed to lowercase!</p></td>
</tr>
Expand All @@ -714,7 +714,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_getFormat">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.3/Neos.Flow/Classes/Mvc/Routing/UriBuilder.php#L176">at line 176</a></div>
<code> string
<code> string|null
<strong>getFormat</strong>()
</code>
</h3>
Expand All @@ -732,7 +732,7 @@ <h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td>string|null</td>
<td></td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion flow/8.3/renderer.index

Large diffs are not rendered by default.

0 comments on commit e041a9e

Please sign in to comment.