Skip to content

Commit 875e4e2

Browse files
committed
TASK: Update API docs from 8.4
1 parent 97c9724 commit 875e4e2

File tree

10 files changed

+643
-127
lines changed

10 files changed

+643
-127
lines changed

flow/8.4/Neos/Flow/Persistence/Doctrine/Mapping/Driver.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ <h2>Classes</h2>
9494
<div class="col-md-6">
9595
<a href="../../../../../Neos/Flow/Persistence/Doctrine/Mapping/Driver/FlowAnnotationDriver.html"><abbr title="Neos\Flow\Persistence\Doctrine\Mapping\Driver\FlowAnnotationDriver">FlowAnnotationDriver</abbr></a> </div>
9696
<div class="col-md-6"><p>This driver reads the mapping metadata from docblock annotations.</p></div>
97+
</div>
98+
<div class="row">
99+
<div class="col-md-6">
100+
<a href="../../../../../Neos/Flow/Persistence/Doctrine/Mapping/Driver/FlowAnotationReader.html"><abbr title="Neos\Flow\Persistence\Doctrine\Mapping\Driver\FlowAnotationReader">FlowAnotationReader</abbr></a> </div>
101+
<div class="col-md-6"></div>
97102
</div>
98103
</div>
99104

flow/8.4/Neos/Flow/Persistence/Doctrine/Mapping/Driver/FlowAnnotationDriver.html

Lines changed: 52 additions & 105 deletions
Large diffs are not rendered by default.

flow/8.4/Neos/Flow/Persistence/Doctrine/Mapping/Driver/FlowAnotationReader.html

Lines changed: 545 additions & 0 deletions
Large diffs are not rendered by default.

flow/8.4/Neos/Flow/Reflection/ReflectionService.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5131,7 +5131,7 @@ <h4>Exceptions</h4>
51315131
</div>
51325132
<div class="method-item">
51335133
<h3 id="method_completeRepositoryAssignments">
5134-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1611">at line 1611</a></div>
5134+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1616">at line 1616</a></div>
51355135
<code> protected void
51365136
<strong>completeRepositoryAssignments</strong>()
51375137
</code>
@@ -5189,7 +5189,7 @@ <h4>Exceptions</h4>
51895189
</div>
51905190
<div class="method-item">
51915191
<h3 id="method_makeChildClassesAggregateRoot">
5192-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1647">at line 1647</a></div>
5192+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1652">at line 1652</a></div>
51935193
<code> protected void
51945194
<strong>makeChildClassesAggregateRoot</strong>(<a href="../../../Neos/Flow/Reflection/ClassSchema.html"><abbr title="Neos\Flow\Reflection\ClassSchema">ClassSchema</abbr></a> $classSchema)
51955195
</code>
@@ -5253,7 +5253,7 @@ <h4>Exceptions</h4>
52535253
</div>
52545254
<div class="method-item">
52555255
<h3 id="method_ensureAggregateRootInheritanceChainConsistency">
5256-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1668">at line 1668</a></div>
5256+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1673">at line 1673</a></div>
52575257
<code> protected void
52585258
<strong>ensureAggregateRootInheritanceChainConsistency</strong>()
52595259
</code>
@@ -5307,7 +5307,7 @@ <h4>Exceptions</h4>
53075307
</div>
53085308
<div class="method-item">
53095309
<h3 id="method_checkValueObjectRequirements">
5310-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1693">at line 1693</a></div>
5310+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1698">at line 1698</a></div>
53115311
<code> protected void
53125312
<strong>checkValueObjectRequirements</strong>(string $className)
53135313
</code>
@@ -5358,7 +5358,7 @@ <h4>Exceptions</h4>
53585358
</div>
53595359
<div class="method-item">
53605360
<h3 id="method_convertParameterDataToArray">
5361-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1716">at line 1716</a></div>
5361+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1721">at line 1721</a></div>
53625362
<code> protected array
53635363
<strong>convertParameterDataToArray</strong>(array $parametersInformation)
53645364
</code>
@@ -5401,7 +5401,7 @@ <h4>Return Value</h4>
54015401
</div>
54025402
<div class="method-item">
54035403
<h3 id="method_convertParameterReflectionToArray">
5404-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1741">at line 1741</a></div>
5404+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1746">at line 1746</a></div>
54055405
<code> protected array
54065406
<strong>convertParameterReflectionToArray</strong>(<a href="../../../Neos/Flow/Reflection/ParameterReflection.html"><abbr title="Neos\Flow\Reflection\ParameterReflection">ParameterReflection</abbr></a> $parameter, <a href="../../../Neos/Flow/Reflection/MethodReflection.html"><abbr title="Neos\Flow\Reflection\MethodReflection">MethodReflection</abbr></a> $method)
54075407
</code>
@@ -5448,7 +5448,7 @@ <h4>Return Value</h4>
54485448
</div>
54495449
<div class="method-item">
54505450
<h3 id="method_forgetChangedClasses">
5451-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1798">at line 1798</a></div>
5451+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1803">at line 1803</a></div>
54525452
<code> protected void
54535453
<strong>forgetChangedClasses</strong>()
54545454
</code>
@@ -5498,7 +5498,7 @@ <h4>Exceptions</h4>
54985498
</div>
54995499
<div class="method-item">
55005500
<h3 id="method_saveToCache">
5501-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1899">at line 1899</a></div>
5501+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1904">at line 1904</a></div>
55025502
<code> void
55035503
<strong>saveToCache</strong>()
55045504
</code>
@@ -5540,7 +5540,7 @@ <h4>Exceptions</h4>
55405540
</div>
55415541
<div class="method-item">
55425542
<h3 id="method_cleanClassName">
5543-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1935">at line 1935</a></div>
5543+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1940">at line 1940</a></div>
55445544
<code> protected string
55455545
<strong>cleanClassName</strong>(string $className)
55465546
</code>
@@ -5582,7 +5582,7 @@ <h4>Return Value</h4>
55825582
</div>
55835583
<div class="method-item">
55845584
<h3 id="method_produceCacheIdentifierFromClassName">
5585-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1943">at line 1943</a></div>
5585+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1948">at line 1948</a></div>
55865586
<code> protected string
55875587
<strong>produceCacheIdentifierFromClassName</strong>(string $className)
55885588
</code>
@@ -5624,7 +5624,7 @@ <h4>Return Value</h4>
56245624
</div>
56255625
<div class="method-item">
56265626
<h3 id="method_log">
5627-
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1951">at line 1951</a></div>
5627+
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/8.4/Neos.Flow/Classes/Reflection/ReflectionService.php#L1956">at line 1956</a></div>
56285628
<code> protected void
56295629
<strong>log</strong>(string $message, string $severity = LogLevel::INFO, array $additionalData = [])
56305630
</code>

flow/8.4/classes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,6 +2844,11 @@ <h1>Classes</h1>
28442844
<div class="col-md-6">
28452845
<a href="Neos/Flow/Persistence/Doctrine/Mapping/Driver/FlowAnnotationDriver.html"><abbr title="Neos\Flow\Persistence\Doctrine\Mapping\Driver\FlowAnnotationDriver">FlowAnnotationDriver</abbr></a> </div>
28462846
<div class="col-md-6"><p>This driver reads the mapping metadata from docblock annotations.</p></div>
2847+
</div>
2848+
<div class="row">
2849+
<div class="col-md-6">
2850+
<a href="Neos/Flow/Persistence/Doctrine/Mapping/Driver/FlowAnotationReader.html"><abbr title="Neos\Flow\Persistence\Doctrine\Mapping\Driver\FlowAnotationReader">FlowAnotationReader</abbr></a> </div>
2851+
<div class="col-md-6"></div>
28472852
</div>
28482853
<div class="row">
28492854
<div class="col-md-6">

0 commit comments

Comments
 (0)