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 Mar 14, 2024
1 parent cbec83a commit 428dadd
Show file tree
Hide file tree
Showing 23 changed files with 703 additions and 1,290 deletions.
6 changes: 3 additions & 3 deletions flow/9.0/Neos/Flow/Session.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>Classes</h2>
<div class="row">
<div class="col-md-6">
<a href="../../Neos/Flow/Session/SessionManager.html"><abbr title="Neos\Flow\Session\SessionManager">SessionManager</abbr></a> </div>
<div class="col-md-6"><p>Session Manager</p></div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
Expand All @@ -115,13 +115,13 @@ <h2>Interfaces</h2>
<div class="col-md-6">
<em><a href="../../Neos/Flow/Session/CookieEnabledInterface.html"><abbr title="Neos\Flow\Session\CookieEnabledInterface">CookieEnabledInterface</abbr></a></em>
</div>
<div class="col-md-6"><p>Interface for Sessions that are related to a cookie.</p></div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
<em><a href="../../Neos/Flow/Session/SessionInterface.html"><abbr title="Neos\Flow\Session\SessionInterface">SessionInterface</abbr></a></em>
</div>
<div class="col-md-6"><p>Contract for a session.</p></div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
68 changes: 24 additions & 44 deletions flow/9.0/Neos/Flow/Session/Aspect/LazyLoadingAspect.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,26 +106,8 @@ <h2>Properties</h2>

<table class="table table-condensed">
<tr>
<td class="type" id="property_objectManager">
protected <a href="../../../../Neos/Flow/ObjectManagement/ObjectManagerInterface.html"><abbr title="Neos\Flow\ObjectManagement\ObjectManagerInterface">ObjectManagerInterface</abbr></a>

</td>
<td>$objectManager</td>
<td class="last"></td>
<td></td>
</tr>
<tr>
<td class="type" id="property_sessionManager">
protected <a href="../../../../Neos/Flow/Session/SessionManagerInterface.html"><abbr title="Neos\Flow\Session\SessionManagerInterface">SessionManagerInterface</abbr></a>

</td>
<td>$sessionManager</td>
<td class="last"></td>
<td></td>
</tr>
<tr>
<td class="type" id="property_logger">
protected <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr>
protected

</td>
<td>$logger</td>
Expand All @@ -134,7 +116,7 @@ <h2>Properties</h2>
</tr>
<tr>
<td class="type" id="property_sessionOriginalInstances">
protected array
protected

</td>
<td>$sessionOriginalInstances</td>
Expand All @@ -149,12 +131,13 @@ <h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
void

</div>
<div class="col-md-8">
<a href="#method_injectLogger">injectLogger</a>(<abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger)
<a href="#method___construct">__construct</a>(<a href="../../../../Neos/Flow/ObjectManagement/ObjectManagerInterface.html"><abbr title="Neos\Flow\ObjectManagement\ObjectManagerInterface">ObjectManagerInterface</abbr></a> $objectManager, <a href="../../../../Neos/Flow/Session/SessionManagerInterface.html"><abbr title="Neos\Flow\Session\SessionManagerInterface">SessionManagerInterface</abbr></a> $sessionManager)

<p><p>Injects the (system) logger based on PSR-3.</p></p> </div>
<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
Expand Down Expand Up @@ -195,40 +178,37 @@ <h2>Details</h2>

<div id="method-details">
<div class="method-item">
<h3 id="method_injectLogger">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L57">at line 57</a></div>
<code> void
<strong>injectLogger</strong>(<abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger)
<h3 id="method___construct">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L34">at line 34</a></div>
<code>
<strong>__construct</strong>(<a href="../../../../Neos/Flow/ObjectManagement/ObjectManagerInterface.html"><abbr title="Neos\Flow\ObjectManagement\ObjectManagerInterface">ObjectManagerInterface</abbr></a> $objectManager, <a href="../../../../Neos/Flow/Session/SessionManagerInterface.html"><abbr title="Neos\Flow\Session\SessionManagerInterface">SessionManagerInterface</abbr></a> $sessionManager)
</code>
</h3>
<div class="details">



<div class="method-description">
<p><p>Injects the (system) logger based on PSR-3.</p></p>
<p class="no-description">No description</p>

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

<table class="table table-condensed">
<tr>
<td><abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr></td>
<td>$logger</td>
<td><a href="../../../../Neos/Flow/ObjectManagement/ObjectManagerInterface.html"><abbr title="Neos\Flow\ObjectManagement\ObjectManagerInterface">ObjectManagerInterface</abbr></a></td>
<td>$objectManager</td>
<td></td>
</tr>
<tr>
<td><a href="../../../../Neos/Flow/Session/SessionManagerInterface.html"><abbr title="Neos\Flow\Session\SessionManagerInterface">SessionManagerInterface</abbr></a></td>
<td>$sessionManager</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

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




Expand All @@ -238,7 +218,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_registerSessionInstance">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L70">at line 70</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L45">at line 45</a></div>
<code> void
<strong>registerSessionInstance</strong>(string $objectName, object $object)
</code>
Expand Down Expand Up @@ -296,7 +276,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_initializeSession">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L85">at line 85</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L57">at line 57</a></div>
<code> void
<strong>initializeSession</strong>(<a href="../../../../Neos/Flow/Aop/JoinPointInterface.html"><abbr title="Neos\Flow\Aop\JoinPointInterface">JoinPointInterface</abbr></a> $joinPoint)
</code>
Expand All @@ -316,7 +296,7 @@ <h4>Parameters</h4>
<tr>
<td><a href="../../../../Neos/Flow/Aop/JoinPointInterface.html"><abbr title="Neos\Flow\Aop\JoinPointInterface">JoinPointInterface</abbr></a></td>
<td>$joinPoint</td>
<td><p>The current join point</p></td>
<td></td>
</tr>
</table>

Expand All @@ -339,7 +319,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_callMethodOnOriginalSessionObject">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L109">at line 109</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Session/Aspect/LazyLoadingAspect.php#L78">at line 78</a></div>
<code> mixed
<strong>callMethodOnOriginalSessionObject</strong>(<a href="../../../../Neos/Flow/Aop/JoinPointInterface.html"><abbr title="Neos\Flow\Aop\JoinPointInterface">JoinPointInterface</abbr></a> $joinPoint)
</code>
Expand All @@ -359,7 +339,7 @@ <h4>Parameters</h4>
<tr>
<td><a href="../../../../Neos/Flow/Aop/JoinPointInterface.html"><abbr title="Neos\Flow\Aop\JoinPointInterface">JoinPointInterface</abbr></a></td>
<td>$joinPoint</td>
<td><p>The current join point</p></td>
<td></td>
</tr>
</table>

Expand Down
Loading

0 comments on commit 428dadd

Please sign in to comment.