Skip to content

Commit

Permalink
TASK: Update API docs from 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-bot committed Jun 14, 2024
1 parent 3a08099 commit e519474
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 185 deletions.
77 changes: 7 additions & 70 deletions flow/8.4/Neos/Flow/Cache/CacheFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,18 +195,7 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">
void
</div>
<div class="col-md-8">
<a href="#method_injectCacheManager">injectCacheManager</a>(<a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a> $cacheManager)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
void

</div>
<div class="col-md-8">
<a href="#method_injectEnvironmentConfiguration">injectEnvironmentConfiguration</a>(<a href="../../../Neos/Cache/EnvironmentConfiguration.html"><abbr title="Neos\Cache\EnvironmentConfiguration">EnvironmentConfiguration</abbr></a> $environmentConfiguration)
Expand All @@ -223,7 +212,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_instantiateBackend">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L131">at line 131</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L120">at line 120</a></div>
<code> protected <a href="../../../Neos/Cache/Backend/BackendInterface.html"><abbr title="Neos\Cache\Backend\BackendInterface">BackendInterface</abbr></a>
<strong>instantiateBackend</strong>(string $backendObjectName, array $backendOptions, <a href="../../../Neos/Cache/EnvironmentConfiguration.html"><abbr title="Neos\Cache\EnvironmentConfiguration">EnvironmentConfiguration</abbr></a> $environmentConfiguration, bool $persistent = false)
</code>
Expand Down Expand Up @@ -290,7 +279,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L79">at line 79</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L68">at line 68</a></div>
<code>
<strong>__construct</strong>(<a href="../../../Neos/Flow/Core/ApplicationContext.html"><abbr title="Neos\Flow\Core\ApplicationContext">ApplicationContext</abbr></a> $context, <a href="../../../Neos/Flow/Utility/Environment.html"><abbr title="Neos\Flow\Utility\Environment">Environment</abbr></a> $environment, string $applicationIdentifier)
</code>
Expand Down Expand Up @@ -333,7 +322,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_create">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L100">at line 100</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L89">at line 89</a></div>
<code> <a href="../../../Neos/Cache/Frontend/FrontendInterface.html"><abbr title="Neos\Cache\Frontend\FrontendInterface">FrontendInterface</abbr></a>
<strong>create</strong>(string $cacheIdentifier, string $cacheObjectName, string $backendObjectName, array $backendOptions = [], bool $persistent = false)
</code>
Expand Down Expand Up @@ -396,7 +385,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_instantiateCache">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L112">at line 112</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L101">at line 101</a></div>
<code> protected <a href="../../../Neos/Cache/Frontend/FrontendInterface.html"><abbr title="Neos\Cache\Frontend\FrontendInterface">FrontendInterface</abbr></a>
<strong>instantiateCache</strong>(string $cacheIdentifier, string $cacheObjectName, <a href="../../../Neos/Cache/Backend/BackendInterface.html"><abbr title="Neos\Cache\Backend\BackendInterface">BackendInterface</abbr></a> $backend)
</code>
Expand Down Expand Up @@ -452,57 +441,14 @@ <h4>Exceptions</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_injectCacheManager">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L56">at line 56</a></div>
<code> void
<strong>injectCacheManager</strong>(<a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a> $cacheManager)
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a></td>
<td>$cacheManager</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>void</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_injectEnvironmentConfiguration">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L66">at line 66</a></div>
<code> void
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Cache/CacheFactory.php#L55">at line 55</a></div>
<code>
<strong>injectEnvironmentConfiguration</strong>(<a href="../../../Neos/Cache/EnvironmentConfiguration.html"><abbr title="Neos\Cache\EnvironmentConfiguration">EnvironmentConfiguration</abbr></a> $environmentConfiguration)
</code>
</h3>
Expand All @@ -526,15 +472,6 @@ <h4>Parameters</h4>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>void</td>
<td></td>
</tr>
</table>




Expand Down
26 changes: 13 additions & 13 deletions flow/8.4/Neos/Flow/ObjectManagement/Proxy/Compiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_hasCacheEntryForClass">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L176">at line 176</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L177">at line 177</a></div>
<code> bool
<strong>hasCacheEntryForClass</strong>(string $fullClassName)
</code>
Expand Down Expand Up @@ -626,7 +626,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_compile">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L190">at line 190</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L191">at line 191</a></div>
<code> int
<strong>compile</strong>()
</code>
Expand Down Expand Up @@ -658,7 +658,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_emitCompiledClasses">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L218">at line 218</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L219">at line 219</a></div>
<code> void
<strong>emitCompiledClasses</strong>(array $classNames)
</code>
Expand Down Expand Up @@ -701,7 +701,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getStoredProxyClassMap">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L225">at line 225</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L226">at line 226</a></div>
<code> string
<strong>getStoredProxyClassMap</strong>()
</code>
Expand Down Expand Up @@ -734,7 +734,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_cacheOriginalClassFileAndProxyCode">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L249">at line 249</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L250">at line 250</a></div>
<code> protected void
<strong>cacheOriginalClassFileAndProxyCode</strong>(string $className, string $pathAndFilename, string $proxyClassCode)
</code>
Expand Down Expand Up @@ -808,7 +808,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_stripOpeningPhpTag">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L276">at line 276</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L277">at line 277</a></div>
<code> protected string
<strong>stripOpeningPhpTag</strong>(string $classCode)
</code>
Expand Down Expand Up @@ -850,7 +850,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_renderAttribute">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L287">at line 287</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L288">at line 288</a></div>
<code> static string
<strong>renderAttribute</strong>(ReflectionAttribute $attribute)
</code>
Expand Down Expand Up @@ -892,7 +892,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_renderAnnotation">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L311">at line 311</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L312">at line 312</a></div>
<code> static string
<strong>renderAnnotation</strong>(object $annotation)
</code>
Expand Down Expand Up @@ -934,7 +934,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_renderOptionArrayValueAsString">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L350">at line 350</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L351">at line 351</a></div>
<code> static protected string
<strong>renderOptionArrayValueAsString</strong>(array $optionValue)
</code>
Expand Down Expand Up @@ -976,7 +976,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_replaceClassName">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L382">at line 382</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L383">at line 383</a></div>
<code> protected string
<strong>replaceClassName</strong>(string $classCode, string $pathAndFilename)
</code>
Expand Down Expand Up @@ -1032,7 +1032,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_makePrivateConstructorPublic">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L427">at line 427</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L429">at line 429</a></div>
<code> protected string
<strong>makePrivateConstructorPublic</strong>(string $classCode, string $pathAndFilename)
</code>
Expand Down Expand Up @@ -1090,7 +1090,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_commentOutFinalKeywordForMethods">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L436">at line 436</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L438">at line 438</a></div>
<code> protected string
<strong>commentOutFinalKeywordForMethods</strong>(string $classCode, string $proxyClassCode)
</code>
Expand Down Expand Up @@ -1138,7 +1138,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_replaceSelfWithStatic">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L457">at line 457</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/ObjectManagement/Proxy/Compiler.php#L459">at line 459</a></div>
<code> protected string
<strong>replaceSelfWithStatic</strong>(string $classCode)
</code>
Expand Down
Loading

0 comments on commit e519474

Please sign in to comment.