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 6, 2024
1 parent 732208e commit 14b461e
Show file tree
Hide file tree
Showing 33 changed files with 231 additions and 197 deletions.
44 changes: 21 additions & 23 deletions flow/9.0/Neos/Eel.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../Neos/Eel/EelParser.html"><abbr title="Neos\Eel\EelParser">EelParser</abbr></a> </div>
<div class="col-md-6"><p>Eel parser</p></div>
</div>
<div class="row">
<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 @@ -128,11 +138,21 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../Neos/Eel/InterpretedEvaluator.html"><abbr title="Neos\Eel\InterpretedEvaluator">InterpretedEvaluator</abbr></a> </div>
<div class="col-md-6"><p>An expression evalutator that interprets expressions</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../Neos/Eel/NotAllowedException.html"><abbr title="Neos\Eel\NotAllowedException">NotAllowedException</abbr></a> </div>
<div class="col-md-6"><p>An exception that is thrown when methods are accessed which are not allowed</p></div>
</div>
<div class="row">
<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 @@ -161,29 +181,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/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">
<a href="../Neos/Eel/NotAllowedException.html"><abbr title="Neos\Eel\NotAllowedException">NotAllowedException</abbr></a> </div>
<div class="col-md-6"><p>An exception that is thrown when methods are accessed which are not allowed</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: 11 additions & 13 deletions flow/9.0/Neos/Eel/FlowQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ <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 @@ -102,6 +107,11 @@ <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 @@ -125,19 +135,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/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: 8 additions & 6 deletions flow/9.0/Neos/Flow/Aop.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ <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 @@ -152,7 +147,14 @@ <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
10 changes: 5 additions & 5 deletions flow/9.0/Neos/Flow/Cli/Dispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_injectSignalDispatcher">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L31">at line 31</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L30">at line 30</a></div>
<code>
<strong>injectSignalDispatcher</strong>(<a href="../../../Neos/Flow/SignalSlot/Dispatcher.html"><abbr title="Neos\Flow\SignalSlot\Dispatcher">Dispatcher</abbr></a> $signalDispatcher)
</code>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_injectObjectManager">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L39">at line 39</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L38">at line 38</a></div>
<code>
<strong>injectObjectManager</strong>(<a href="../../../Neos/Flow/ObjectManagement/ObjectManagerInterface.html"><abbr title="Neos\Flow\ObjectManagement\ObjectManagerInterface">ObjectManagerInterface</abbr></a> $objectManager)
</code>
Expand Down Expand Up @@ -268,7 +268,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_dispatch">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L53">at line 53</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L52">at line 52</a></div>
<code> <a href="../../../Neos/Flow/Cli/Response.html"><abbr title="Neos\Flow\Cli\Response">Response</abbr></a>
<strong>dispatch</strong>(<a href="../../../Neos/Flow/Cli/Request.html"><abbr title="Neos\Flow\Cli\Request">Request</abbr></a> $request, <a href="../../../Neos/Flow/Cli/Response.html"><abbr title="Neos\Flow\Cli\Response">Response</abbr></a> $response)
</code>
Expand Down Expand Up @@ -380,7 +380,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_emitAfterControllerInvocation">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L105">at line 105</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L96">at line 96</a></div>
<code> protected void
<strong>emitAfterControllerInvocation</strong>(<a href="../../../Neos/Flow/Cli/Request.html"><abbr title="Neos\Flow\Cli\Request">Request</abbr></a> $request, <a href="../../../Neos/Flow/Cli/Response.html"><abbr title="Neos\Flow\Cli\Response">Response</abbr></a> $response, <a href="../../../Neos/Flow/Cli/CommandControllerInterface.html"><abbr title="Neos\Flow\Cli\CommandControllerInterface">CommandControllerInterface</abbr></a> $controller)
</code>
Expand Down Expand Up @@ -433,7 +433,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_resolveController">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L127">at line 127</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cli/Dispatcher.php#L108">at line 108</a></div>
<code> protected <a href="../../../Neos/Flow/Cli/CommandControllerInterface.html"><abbr title="Neos\Flow\Cli\CommandControllerInterface">CommandControllerInterface</abbr></a>
<strong>resolveController</strong>(<a href="../../../Neos/Flow/Cli/Request.html"><abbr title="Neos\Flow\Cli\Request">Request</abbr></a> $request)
</code>
Expand Down
14 changes: 8 additions & 6 deletions flow/9.0/Neos/Flow/Composer.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ <h2>Classes</h2>
<div class="col-md-6">
<a href="../../Neos/Flow/Composer/ComposerUtility.html"><abbr title="Neos\Flow\Composer\ComposerUtility">ComposerUtility</abbr></a> </div>
<div class="col-md-6"><p>Utility to access composer information like composer manifests (composer.json) and the lock file.</p></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Composer/Exception.html"><abbr title="Neos\Flow\Composer\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic Composer Exception</p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand All @@ -111,7 +106,14 @@ <h2>Classes</h2>
</div>



<h2>Exceptions</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Composer/Exception.html"><abbr title="Neos\Flow\Composer\Exception">Exception</abbr></a> </div>
<div class="col-md-6"><p>A generic Composer 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: 5 additions & 3 deletions flow/9.0/Neos/Flow/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,17 @@ <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/9.0/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>Classes</h2>



<h2>Exceptions</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: 8 additions & 6 deletions flow/9.0/Neos/Flow/Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ <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 @@ -145,7 +140,14 @@ <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
10 changes: 5 additions & 5 deletions flow/9.0/Neos/Flow/Http.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ <h2>Classes</h2>
<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 @@ -161,6 +156,11 @@ <h2>Exceptions</h2>
<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">
Expand Down
Loading

0 comments on commit 14b461e

Please sign in to comment.