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 Oct 29, 2024
1 parent f1d33dc commit 6f869e5
Show file tree
Hide file tree
Showing 32 changed files with 199 additions and 239 deletions.
24 changes: 13 additions & 11 deletions flow/8.3/Neos/Eel.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../Neos/Eel/EvaluationException.html"><abbr title="Neos\Eel\EvaluationException">EvaluationException</abbr></a> </div>
<div class="col-md-6"><p>Some exception that occurred during evaluation of an expression</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../Neos/Eel/Exception.html"><abbr title="Neos\Eel\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A general Eel exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand All @@ -148,11 +143,6 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../Neos/Eel/Package.html"><abbr title="Neos\Eel\Package">Package</abbr></a> </div>
<div class="col-md-6"><p>Package base class of the Eel package.</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../Neos/Eel/ParserException.html"><abbr title="Neos\Eel\ParserException">ParserException</abbr></a> </div>
<div class="col-md-6"><p>Some exception that occurred during parsing of an expression</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -181,7 +171,19 @@ <h2>Interfaces</h2>
</div>
</div>


<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../Neos/Eel/Exception.html"><abbr title="Neos\Eel\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A general Eel exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../Neos/Eel/ParserException.html"><abbr title="Neos\Eel\ParserException">ParserException</abbr></a> </div>
<div class="col-md-6"><p>Some exception that occurred during parsing of an expression</p></div>
</div>
</div>
</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
24 changes: 13 additions & 11 deletions flow/8.3/Neos/Eel/FlowQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ <h2>Namespaces</h2>
<h2>Classes</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Eel/FlowQuery/FizzleException.html"><abbr title="Neos\Eel\FlowQuery\FizzleException">FizzleException</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Eel/FlowQuery/FizzleParser.html"><abbr title="Neos\Eel\FlowQuery\FizzleParser">FizzleParser</abbr></a> </div>
<div class="col-md-6"><p>Fizzle parser</p></div>
Expand All @@ -107,11 +102,6 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../../Neos/Eel/FlowQuery/FlowQuery.html"><abbr title="Neos\Eel\FlowQuery\FlowQuery">FlowQuery</abbr></a> </div>
<div class="col-md-6"><p>FlowQuery is jQuery for PHP, a selector and traversal engine for object sets.</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Eel/FlowQuery/FlowQueryException.html"><abbr title="Neos\Eel\FlowQuery\FlowQueryException">FlowQueryException</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
Expand All @@ -135,7 +125,19 @@ <h2>Interfaces</h2>
</div>
</div>


<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Eel/FlowQuery/FizzleException.html"><abbr title="Neos\Eel\FlowQuery\FizzleException">FizzleException</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Eel/FlowQuery/FlowQueryException.html"><abbr title="Neos\Eel\FlowQuery\FlowQueryException">FlowQueryException</abbr></a> </div>
<div class="col-md-6"></div>
</div>
</div>
</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
14 changes: 6 additions & 8 deletions flow/8.3/Neos/Flow/Aop.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../../Neos/Flow/Aop/AspectContainer.html"><abbr title="Neos\Flow\Aop\AspectContainer">AspectContainer</abbr></a> </div>
<div class="col-md-6"><p>An aspect is represented by class tagged with the &quot;aspect&quot; annotation.</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Aop/Exception.html"><abbr title="Neos\Flow\Aop\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic AOP Framework Exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -147,14 +152,7 @@ <h2>Interfaces</h2>
</div>
</div>

<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Aop/Exception.html"><abbr title="Neos\Flow\Aop\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic AOP Framework Exception</p></div>
</div>
</div>

</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions flow/8.3/Neos/Flow/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,15 @@ <h2>Classes</h2>
<a href="../../Neos/Flow/Configuration/ConfigurationSchemaValidator.html"><abbr title="Neos\Flow\Configuration\ConfigurationSchemaValidator">ConfigurationSchemaValidator</abbr></a> </div>
<div class="col-md-6"><p>A validator for all configuration entries using Schema</p></div>
</div>
</div>


<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Configuration/Exception.html"><abbr title="Neos\Flow\Configuration\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic Configuration Exception</p></div>
</div>
</div>



</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions flow/8.3/Neos/Flow/Core/Booting/Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ <h1>Neos\Flow\Core\Booting\Exception</h1>
</div>





<h2>Exceptions</h2>
<h2>Classes</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../../../Neos/Flow/Core/Booting/Exception/SubProcessException.html"><abbr title="Neos\Flow\Core\Booting\Exception\SubProcessException">SubProcessException</abbr></a> </div>
<div class="col-md-6"><p>A Sub Process exception</p></div>
</div>
</div>



</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
14 changes: 6 additions & 8 deletions flow/8.3/Neos/Flow/Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../../Neos/Flow/Error/ErrorHandler.html"><abbr title="Neos\Flow\Error\ErrorHandler">ErrorHandler</abbr></a> </div>
<div class="col-md-6"><p>Global error handler for Flow</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Error/Exception.html"><abbr title="Neos\Flow\Error\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>An exception which represents a PHP error.</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -140,14 +145,7 @@ <h2>Interfaces</h2>
</div>
</div>

<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Error/Exception.html"><abbr title="Neos\Flow\Error\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>An exception which represents a PHP error.</p></div>
</div>
</div>

</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
24 changes: 11 additions & 13 deletions flow/8.3/Neos/Flow/Http.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,21 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../../Neos/Flow/Http/Cookie.html"><abbr title="Neos\Flow\Http\Cookie">Cookie</abbr></a> </div>
<div class="col-md-6"><p>Represents a HTTP Cookie as of RFC 6265</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Http/Exception.html"><abbr title="Neos\Flow\Http\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic HTTP exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Http/Headers.html"><abbr title="Neos\Flow\Http\Headers">Headers</abbr></a> <small><span class="label label-danger">deprecated</span></small></div>
<div class="col-md-6"><p>Container for HTTP header fields</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Http/InvalidArgumentException.html"><abbr title="Neos\Flow\Http\InvalidArgumentException">InvalidArgumentException</abbr></a> </div>
<div class="col-md-6"><p>A generic HTTP InvalidArgument exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -150,19 +160,7 @@ <h2>Interfaces</h2>
</div>
</div>

<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Http/Exception.html"><abbr title="Neos\Flow\Http\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic HTTP exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Http/InvalidArgumentException.html"><abbr title="Neos\Flow\Http\InvalidArgumentException">InvalidArgumentException</abbr></a> </div>
<div class="col-md-6"><p>A generic HTTP InvalidArgument exception</p></div>
</div>
</div>

</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
34 changes: 16 additions & 18 deletions flow/8.3/Neos/Flow/Http/Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,21 @@ <h2>Classes</h2>
<a href="../../../Neos/Flow/Http/Client/CurlEngine.html"><abbr title="Neos\Flow\Http\Client\CurlEngine">CurlEngine</abbr></a> </div>
<div class="col-md-6"><p>A Request Engine which uses cURL in order to send requests to external
HTTP servers.</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../../Neos/Flow/Http/Client/CurlEngineException.html"><abbr title="Neos\Flow\Http\Client\CurlEngineException">CurlEngineException</abbr></a> </div>
<div class="col-md-6"><p>An exception for the Curl Engine</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../../Neos/Flow/Http/Client/Exception.html"><abbr title="Neos\Flow\Http\Client\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic HTTP exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../../Neos/Flow/Http/Client/InfiniteRedirectionException.html"><abbr title="Neos\Flow\Http\Client\InfiniteRedirectionException">InfiniteRedirectionException</abbr></a> </div>
<div class="col-md-6"><p>An HTTP exception occuring if an endless Location: redirect is suspect to happen</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand All @@ -119,24 +134,7 @@ <h2>Interfaces</h2>
</div>
</div>

<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../../Neos/Flow/Http/Client/CurlEngineException.html"><abbr title="Neos\Flow\Http\Client\CurlEngineException">CurlEngineException</abbr></a> </div>
<div class="col-md-6"><p>An exception for the Curl Engine</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../../Neos/Flow/Http/Client/Exception.html"><abbr title="Neos\Flow\Http\Client\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic HTTP exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../../Neos/Flow/Http/Client/InfiniteRedirectionException.html"><abbr title="Neos\Flow\Http\Client\InfiniteRedirectionException">InfiniteRedirectionException</abbr></a> </div>
<div class="col-md-6"><p>An HTTP exception occuring if an endless Location: redirect is suspect to happen</p></div>
</div>
</div>

</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
14 changes: 6 additions & 8 deletions flow/8.3/Neos/Flow/I18n.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../../Neos/Flow/I18n/Detector.html"><abbr title="Neos\Flow\I18n\Detector">Detector</abbr></a> </div>
<div class="col-md-6"><p>The Detector class provides methods for automatic locale detection</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/I18n/Exception.html"><abbr title="Neos\Flow\I18n\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic Locale exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -150,14 +155,7 @@ <h2>Classes</h2>
</div>


<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/I18n/Exception.html"><abbr title="Neos\Flow\I18n\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic Locale exception</p></div>
</div>
</div>

</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions flow/8.3/Neos/Flow/I18n/Cldr/Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ <h1>Neos\Flow\I18n\Cldr\Exception</h1>
</div>





<h2>Exceptions</h2>
<h2>Classes</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../../../Neos/Flow/I18n/Cldr/Exception/InvalidCldrDataException.html"><abbr title="Neos\Flow\I18n\Cldr\Exception\InvalidCldrDataException">InvalidCldrDataException</abbr></a> </div>
<div class="col-md-6"><p>The &quot;Invalid CLDR Data&quot; exception</p></div>
</div>
</div>



</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions flow/8.3/Neos/Flow/I18n/Parser/Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ <h1>Neos\Flow\I18n\Parser\Exception</h1>
</div>





<h2>Exceptions</h2>
<h2>Classes</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
Expand All @@ -104,6 +101,9 @@ <h2>Exceptions</h2>
<div class="col-md-6"><p>The &quot;Unsupported Parser Mode&quot; exception</p></div>
</div>
</div>



</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>. <br/>Learn more about the <a href="https://flow.neos.io" rel="noreferrer noopener" target="_blank">Flow Framework</a> if you like!</div></div>
</div>
Expand Down
Loading

0 comments on commit 6f869e5

Please sign in to comment.