Skip to content

Commit 70146ed

Browse files
committed
TASK: Update API docs from 8.4
1 parent ff9b179 commit 70146ed

29 files changed

+169
-213
lines changed

flow/8.4/Neos/Flow/Aop.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ <h2>Classes</h2>
108108
<div class="col-md-6">
109109
<a href="../../Neos/Flow/Aop/AspectContainer.html"><abbr title="Neos\Flow\Aop\AspectContainer">AspectContainer</abbr></a> </div>
110110
<div class="col-md-6"><p>An aspect is represented by class tagged with the &quot;aspect&quot; annotation.</p></div>
111+
</div>
112+
<div class="row">
113+
<div class="col-md-6">
114+
<a href="../../Neos/Flow/Aop/Exception.html"><abbr title="Neos\Flow\Aop\Exception">Exception</abbr></a> </div>
115+
<div class="col-md-6"><p>A generic AOP Framework Exception</p></div>
111116
</div>
112117
<div class="row">
113118
<div class="col-md-6">
@@ -147,14 +152,7 @@ <h2>Interfaces</h2>
147152
</div>
148153
</div>
149154

150-
<h2>Exceptions</h2>
151-
<div class="container-fluid underlined">
152-
<div class="row">
153-
<div class="col-md-6">
154-
<a href="../../Neos/Flow/Aop/Exception.html"><abbr title="Neos\Flow\Aop\Exception">Exception</abbr></a> </div>
155-
<div class="col-md-6"><p>A generic AOP Framework Exception</p></div>
156-
</div>
157-
</div>
155+
158156
</div><div id="footer">
159157
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>
160158
</div>

flow/8.4/Neos/Flow/Composer.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ <h2>Classes</h2>
9797
<div class="col-md-6">
9898
<a href="../../Neos/Flow/Composer/ComposerUtility.html"><abbr title="Neos\Flow\Composer\ComposerUtility">ComposerUtility</abbr></a> </div>
9999
<div class="col-md-6"><p>Utility to access composer information like composer manifests (composer.json) and the lock file.</p></div>
100+
</div>
101+
<div class="row">
102+
<div class="col-md-6">
103+
<a href="../../Neos/Flow/Composer/Exception.html"><abbr title="Neos\Flow\Composer\Exception">Exception</abbr></a> </div>
104+
<div class="col-md-6"><p>A generic Composer Exception</p></div>
100105
</div>
101106
<div class="row">
102107
<div class="col-md-6">
@@ -106,14 +111,7 @@ <h2>Classes</h2>
106111
</div>
107112

108113

109-
<h2>Exceptions</h2>
110-
<div class="container-fluid underlined">
111-
<div class="row">
112-
<div class="col-md-6">
113-
<a href="../../Neos/Flow/Composer/Exception.html"><abbr title="Neos\Flow\Composer\Exception">Exception</abbr></a> </div>
114-
<div class="col-md-6"><p>A generic Composer Exception</p></div>
115-
</div>
116-
</div>
114+
117115
</div><div id="footer">
118116
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>
119117
</div>

flow/8.4/Neos/Flow/Configuration.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,15 @@ <h2>Classes</h2>
103103
<a href="../../Neos/Flow/Configuration/ConfigurationSchemaValidator.html"><abbr title="Neos\Flow\Configuration\ConfigurationSchemaValidator">ConfigurationSchemaValidator</abbr></a> </div>
104104
<div class="col-md-6"><p>A validator for all configuration entries using Schema</p></div>
105105
</div>
106-
</div>
107-
108-
109-
<h2>Exceptions</h2>
110-
<div class="container-fluid underlined">
111106
<div class="row">
112107
<div class="col-md-6">
113108
<a href="../../Neos/Flow/Configuration/Exception.html"><abbr title="Neos\Flow\Configuration\Exception">Exception</abbr></a> </div>
114109
<div class="col-md-6"><p>A generic Configuration Exception</p></div>
115110
</div>
116111
</div>
112+
113+
114+
117115
</div><div id="footer">
118116
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>
119117
</div>

flow/8.4/Neos/Flow/Error.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ <h2>Classes</h2>
111111
<div class="col-md-6">
112112
<a href="../../Neos/Flow/Error/ErrorHandler.html"><abbr title="Neos\Flow\Error\ErrorHandler">ErrorHandler</abbr></a> </div>
113113
<div class="col-md-6"><p>Global error handler for Flow</p></div>
114+
</div>
115+
<div class="row">
116+
<div class="col-md-6">
117+
<a href="../../Neos/Flow/Error/Exception.html"><abbr title="Neos\Flow\Error\Exception">Exception</abbr></a> </div>
118+
<div class="col-md-6"><p>An exception which represents a PHP error.</p></div>
114119
</div>
115120
<div class="row">
116121
<div class="col-md-6">
@@ -140,14 +145,7 @@ <h2>Interfaces</h2>
140145
</div>
141146
</div>
142147

143-
<h2>Exceptions</h2>
144-
<div class="container-fluid underlined">
145-
<div class="row">
146-
<div class="col-md-6">
147-
<a href="../../Neos/Flow/Error/Exception.html"><abbr title="Neos\Flow\Error\Exception">Exception</abbr></a> </div>
148-
<div class="col-md-6"><p>An exception which represents a PHP error.</p></div>
149-
</div>
150-
</div>
148+
151149
</div><div id="footer">
152150
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>
153151
</div>

flow/8.4/Neos/Flow/Http.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,21 @@ <h2>Classes</h2>
112112
<div class="col-md-6">
113113
<a href="../../Neos/Flow/Http/Cookie.html"><abbr title="Neos\Flow\Http\Cookie">Cookie</abbr></a> </div>
114114
<div class="col-md-6"><p>Represents a HTTP Cookie as of RFC 6265</p></div>
115+
</div>
116+
<div class="row">
117+
<div class="col-md-6">
118+
<a href="../../Neos/Flow/Http/Exception.html"><abbr title="Neos\Flow\Http\Exception">Exception</abbr></a> </div>
119+
<div class="col-md-6"><p>A generic HTTP exception</p></div>
115120
</div>
116121
<div class="row">
117122
<div class="col-md-6">
118123
<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>
119124
<div class="col-md-6"><p>Container for HTTP header fields</p></div>
125+
</div>
126+
<div class="row">
127+
<div class="col-md-6">
128+
<a href="../../Neos/Flow/Http/InvalidArgumentException.html"><abbr title="Neos\Flow\Http\InvalidArgumentException">InvalidArgumentException</abbr></a> </div>
129+
<div class="col-md-6"><p>A generic HTTP InvalidArgument exception</p></div>
120130
</div>
121131
<div class="row">
122132
<div class="col-md-6">
@@ -150,19 +160,7 @@ <h2>Interfaces</h2>
150160
</div>
151161
</div>
152162

153-
<h2>Exceptions</h2>
154-
<div class="container-fluid underlined">
155-
<div class="row">
156-
<div class="col-md-6">
157-
<a href="../../Neos/Flow/Http/Exception.html"><abbr title="Neos\Flow\Http\Exception">Exception</abbr></a> </div>
158-
<div class="col-md-6"><p>A generic HTTP exception</p></div>
159-
</div>
160-
<div class="row">
161-
<div class="col-md-6">
162-
<a href="../../Neos/Flow/Http/InvalidArgumentException.html"><abbr title="Neos\Flow\Http\InvalidArgumentException">InvalidArgumentException</abbr></a> </div>
163-
<div class="col-md-6"><p>A generic HTTP InvalidArgument exception</p></div>
164-
</div>
165-
</div>
163+
166164
</div><div id="footer">
167165
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>
168166
</div>

flow/8.4/Neos/Flow/Http/Client.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,21 @@ <h2>Classes</h2>
100100
<a href="../../../Neos/Flow/Http/Client/CurlEngine.html"><abbr title="Neos\Flow\Http\Client\CurlEngine">CurlEngine</abbr></a> </div>
101101
<div class="col-md-6"><p>A Request Engine which uses cURL in order to send requests to external
102102
HTTP servers.</p></div>
103+
</div>
104+
<div class="row">
105+
<div class="col-md-6">
106+
<a href="../../../Neos/Flow/Http/Client/CurlEngineException.html"><abbr title="Neos\Flow\Http\Client\CurlEngineException">CurlEngineException</abbr></a> </div>
107+
<div class="col-md-6"><p>An exception for the Curl Engine</p></div>
108+
</div>
109+
<div class="row">
110+
<div class="col-md-6">
111+
<a href="../../../Neos/Flow/Http/Client/Exception.html"><abbr title="Neos\Flow\Http\Client\Exception">Exception</abbr></a> </div>
112+
<div class="col-md-6"><p>A generic HTTP exception</p></div>
113+
</div>
114+
<div class="row">
115+
<div class="col-md-6">
116+
<a href="../../../Neos/Flow/Http/Client/InfiniteRedirectionException.html"><abbr title="Neos\Flow\Http\Client\InfiniteRedirectionException">InfiniteRedirectionException</abbr></a> </div>
117+
<div class="col-md-6"><p>An HTTP exception occuring if an endless Location: redirect is suspect to happen</p></div>
103118
</div>
104119
<div class="row">
105120
<div class="col-md-6">
@@ -119,24 +134,7 @@ <h2>Interfaces</h2>
119134
</div>
120135
</div>
121136

122-
<h2>Exceptions</h2>
123-
<div class="container-fluid underlined">
124-
<div class="row">
125-
<div class="col-md-6">
126-
<a href="../../../Neos/Flow/Http/Client/CurlEngineException.html"><abbr title="Neos\Flow\Http\Client\CurlEngineException">CurlEngineException</abbr></a> </div>
127-
<div class="col-md-6"><p>An exception for the Curl Engine</p></div>
128-
</div>
129-
<div class="row">
130-
<div class="col-md-6">
131-
<a href="../../../Neos/Flow/Http/Client/Exception.html"><abbr title="Neos\Flow\Http\Client\Exception">Exception</abbr></a> </div>
132-
<div class="col-md-6"><p>A generic HTTP exception</p></div>
133-
</div>
134-
<div class="row">
135-
<div class="col-md-6">
136-
<a href="../../../Neos/Flow/Http/Client/InfiniteRedirectionException.html"><abbr title="Neos\Flow\Http\Client\InfiniteRedirectionException">InfiniteRedirectionException</abbr></a> </div>
137-
<div class="col-md-6"><p>An HTTP exception occuring if an endless Location: redirect is suspect to happen</p></div>
138-
</div>
139-
</div>
137+
140138
</div><div id="footer">
141139
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>
142140
</div>

flow/8.4/Neos/Flow/I18n/Cldr/Exception.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ <h1>Neos\Flow\I18n\Cldr\Exception</h1>
8888
</div>
8989

9090

91-
92-
93-
94-
<h2>Exceptions</h2>
91+
<h2>Classes</h2>
9592
<div class="container-fluid underlined">
9693
<div class="row">
9794
<div class="col-md-6">
9895
<a href="../../../../Neos/Flow/I18n/Cldr/Exception/InvalidCldrDataException.html"><abbr title="Neos\Flow\I18n\Cldr\Exception\InvalidCldrDataException">InvalidCldrDataException</abbr></a> </div>
9996
<div class="col-md-6"><p>The &quot;Invalid CLDR Data&quot; exception</p></div>
10097
</div>
10198
</div>
99+
100+
101+
102102
</div><div id="footer">
103103
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>
104104
</div>

flow/8.4/Neos/Flow/I18n/Parser/Exception.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ <h1>Neos\Flow\I18n\Parser\Exception</h1>
8888
</div>
8989

9090

91-
92-
93-
94-
<h2>Exceptions</h2>
91+
<h2>Classes</h2>
9592
<div class="container-fluid underlined">
9693
<div class="row">
9794
<div class="col-md-6">
@@ -104,6 +101,9 @@ <h2>Exceptions</h2>
104101
<div class="col-md-6"><p>The &quot;Unsupported Parser Mode&quot; exception</p></div>
105102
</div>
106103
</div>
104+
105+
106+
107107
</div><div id="footer">
108108
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>
109109
</div>

flow/8.4/Neos/Flow/I18n/TranslationProvider/Exception.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ <h1>Neos\Flow\I18n\TranslationProvider\Exception</h1>
8888
</div>
8989

9090

91-
92-
93-
94-
<h2>Exceptions</h2>
91+
<h2>Classes</h2>
9592
<div class="container-fluid underlined">
9693
<div class="row">
9794
<div class="col-md-6">
@@ -104,6 +101,9 @@ <h2>Exceptions</h2>
104101
<div class="col-md-6"><p>An &quot;Unsupported Translation Method&quot; exception</p></div>
105102
</div>
106103
</div>
104+
105+
106+
107107
</div><div id="footer">
108108
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>
109109
</div>

flow/8.4/Neos/Flow/Mvc.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ <h2>Classes</h2>
118118
<a href="../../Neos/Flow/Mvc/Dispatcher.html"><abbr title="Neos\Flow\Mvc\Dispatcher">Dispatcher</abbr></a> </div>
119119
<div class="col-md-6"><p>Dispatches requests to the controller which was specified by the request and
120120
returns the response the controller generated.</p></div>
121+
</div>
122+
<div class="row">
123+
<div class="col-md-6">
124+
<a href="../../Neos/Flow/Mvc/Exception.html"><abbr title="Neos\Flow\Mvc\Exception">Exception</abbr></a> </div>
125+
<div class="col-md-6"><p>A generic MVC exception</p></div>
121126
</div>
122127
<div class="row">
123128
<div class="col-md-6">
@@ -143,14 +148,7 @@ <h2>Interfaces</h2>
143148
</div>
144149
</div>
145150

146-
<h2>Exceptions</h2>
147-
<div class="container-fluid underlined">
148-
<div class="row">
149-
<div class="col-md-6">
150-
<a href="../../Neos/Flow/Mvc/Exception.html"><abbr title="Neos\Flow\Mvc\Exception">Exception</abbr></a> </div>
151-
<div class="col-md-6"><p>A generic MVC exception</p></div>
152-
</div>
153-
</div>
151+
154152
</div><div id="footer">
155153
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>
156154
</div>

flow/8.4/Neos/Flow/Mvc/Controller.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ <h2>Classes</h2>
120120
and further details of a controller. Instances of this class act as a container
121121
for conveniently passing the information to other classes who need it, usually
122122
views being views or view helpers.</p></div>
123+
</div>
124+
<div class="row">
125+
<div class="col-md-6">
126+
<a href="../../../Neos/Flow/Mvc/Controller/Exception.html"><abbr title="Neos\Flow\Mvc\Controller\Exception">Exception</abbr></a> </div>
127+
<div class="col-md-6"><p>A generic Controller exception</p></div>
123128
</div>
124129
<div class="row">
125130
<div class="col-md-6">
@@ -155,14 +160,7 @@ <h2>Interfaces</h2>
155160
</div>
156161
</div>
157162

158-
<h2>Exceptions</h2>
159-
<div class="container-fluid underlined">
160-
<div class="row">
161-
<div class="col-md-6">
162-
<a href="../../../Neos/Flow/Mvc/Controller/Exception.html"><abbr title="Neos\Flow\Mvc\Controller\Exception">Exception</abbr></a> </div>
163-
<div class="col-md-6"><p>A generic Controller exception</p></div>
164-
</div>
165-
</div>
163+
166164
</div><div id="footer">
167165
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>
168166
</div>

flow/8.4/Neos/Flow/Mvc/Routing/Exception.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ <h1>Neos\Flow\Mvc\Routing\Exception</h1>
8888
</div>
8989

9090

91-
92-
93-
94-
<h2>Exceptions</h2>
91+
<h2>Classes</h2>
9592
<div class="container-fluid underlined">
9693
<div class="row">
9794
<div class="col-md-6">
@@ -104,6 +101,9 @@ <h2>Exceptions</h2>
104101
<div class="col-md-6"><p>A Missing actionName Exception.</p></div>
105102
</div>
106103
</div>
104+
105+
106+
107107
</div><div id="footer">
108108
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>
109109
</div>

flow/8.4/Neos/Flow/ObjectManagement.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ <h2>Classes</h2>
9999
<div class="col-md-6"><p>A specialized Object Manager which is able to do some basic dependency injection for
100100
singleton scoped objects. This Object Manager is used during compile time when the proxy
101101
class based DI mechanism is not yet available.</p></div>
102+
</div>
103+
<div class="row">
104+
<div class="col-md-6">
105+
<a href="../../Neos/Flow/ObjectManagement/Exception.html"><abbr title="Neos\Flow\ObjectManagement\Exception">Exception</abbr></a> </div>
106+
<div class="col-md-6"><p>A generic Object Exception</p></div>
102107
</div>
103108
<div class="row">
104109
<div class="col-md-6">
@@ -117,14 +122,7 @@ <h2>Interfaces</h2>
117122
</div>
118123
</div>
119124

120-
<h2>Exceptions</h2>
121-
<div class="container-fluid underlined">
122-
<div class="row">
123-
<div class="col-md-6">
124-
<a href="../../Neos/Flow/ObjectManagement/Exception.html"><abbr title="Neos\Flow\ObjectManagement\Exception">Exception</abbr></a> </div>
125-
<div class="col-md-6"><p>A generic Object Exception</p></div>
126-
</div>
127-
</div>
125+
128126
</div><div id="footer">
129127
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>
130128
</div>

0 commit comments

Comments
 (0)