Skip to content

Commit

Permalink
TASK: Update API docs from 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-bot committed Sep 12, 2024
1 parent bc9878e commit 28d7f3c
Show file tree
Hide file tree
Showing 27 changed files with 2,299 additions and 1,149 deletions.
55 changes: 3 additions & 52 deletions flow/9.0/Neos/Flow/Http/RequestHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,6 @@ <h2>Methods</h2>

<p><p>Returns the currently handled HTTP request</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>|null
</div>
<div class="col-md-8">
<a href="#method_getHttpResponse">getHttpResponse</a>()
<small><span class="label label-danger">deprecated</span></small>
<p><p>Returns the HTTP response corresponding to the currently handled request</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -415,52 +405,13 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getHttpResponse">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L129">at line 129</a></div>
<code> <abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>|null
<strong>getHttpResponse</strong>()
<small><span class="label label-danger">deprecated</span></small></code>
</h3>
<div class="details">
<p>
<small><span class="label label-danger">deprecated</span></small>
<tr>
<td>since</td>
<td>6.0. Don't depend on this method. The HTTP response only exists after the innermost middleware (dispatch) is done. For that stage use a middleware instead.</td>
</tr>
</p>



<div class="method-description">
<p><p>Returns the HTTP response corresponding to the currently handled request</p></p>
</div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td><abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>|null</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_boot">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L139">at line 139</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L128">at line 128</a></div>
<code> protected void
<strong>boot</strong>()
</code>
Expand Down Expand Up @@ -492,7 +443,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_resolveDependencies">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L152">at line 152</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L141">at line 141</a></div>
<code> protected void
<strong>resolveDependencies</strong>()
</code>
Expand Down Expand Up @@ -526,7 +477,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_sendResponse">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L162">at line 162</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Http/RequestHandler.php#L151">at line 151</a></div>
<code> protected
<strong>sendResponse</strong>(<abbr title="Psr\Http\Message\ResponseInterface">ResponseInterface</abbr> $response)
</code>
Expand Down
4 changes: 2 additions & 2 deletions flow/9.0/Neos/Flow/Mvc.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ <h2>Classes</h2>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Mvc/ActionResponse.html"><abbr title="Neos\Flow\Mvc\ActionResponse">ActionResponse</abbr></a> </div>
<div class="col-md-6"><p>The minimal MVC response object.</p></div>
<a href="../../Neos/Flow/Mvc/ActionResponse.html"><abbr title="Neos\Flow\Mvc\ActionResponse">ActionResponse</abbr></a> <small><span class="label label-danger">deprecated</span></small></div>
<div class="col-md-6"><p>The legacy MVC response object.</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
Loading

0 comments on commit 28d7f3c

Please sign in to comment.