Skip to content

Commit

Permalink
TASK: Update API docs from 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-bot committed Sep 28, 2023
1 parent fcc0743 commit b28400a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions neos/8.0/Neos/ContentRepository/Domain/Model/NodeType.html
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getDefaultValuesForProperties">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L452">at line 452</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L450">at line 450</a></div>
<code> array
<strong>getDefaultValuesForProperties</strong>()
</code>
Expand Down Expand Up @@ -1329,7 +1329,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getAutoCreatedChildNodes">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L482">at line 482</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L480">at line 480</a></div>
<code> <a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a>[]
<strong>getAutoCreatedChildNodes</strong>()
</code>
Expand Down Expand Up @@ -1361,7 +1361,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_hasAutoCreatedChildNode">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L503">at line 503</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L501">at line 501</a></div>
<code> bool
<strong>hasAutoCreatedChildNode</strong>(<a href="../../../../Neos/ContentRepository/Domain/NodeAggregate/NodeName.html"><abbr title="Neos\ContentRepository\Domain\NodeAggregate\NodeName">NodeName</abbr></a> $nodeName)
</code>
Expand Down Expand Up @@ -1404,7 +1404,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getTypeOfAutoCreatedChildNode">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L513">at line 513</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L511">at line 511</a></div>
<code> <abbr title="Neos\ContentRepository\Domain\Model\Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr>|null
<strong>getTypeOfAutoCreatedChildNode</strong>(<a href="../../../../Neos/ContentRepository/Domain/NodeAggregate/NodeName.html"><abbr title="Neos\ContentRepository\Domain\NodeAggregate\NodeName">NodeName</abbr></a> $nodeName)
</code>
Expand Down Expand Up @@ -1456,7 +1456,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_allowsChildNodeType">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L531">at line 531</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L527">at line 527</a></div>
<code> bool
<strong>allowsChildNodeType</strong>(<a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a> $nodeType)
</code>
Expand Down Expand Up @@ -1500,7 +1500,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_allowsGrandchildNodeType">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L548">at line 548</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L544">at line 544</a></div>
<code> bool
<strong>allowsGrandchildNodeType</strong>(string $childNodeName, <a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a> $nodeType)
</code>
Expand Down Expand Up @@ -1557,7 +1557,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_isNodeTypeAllowedByConstraints">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L582">at line 582</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L578">at line 578</a></div>
<code> protected bool
<strong>isNodeTypeAllowedByConstraints</strong>(<a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a> $nodeType, array $constraints)
</code>
Expand Down Expand Up @@ -1609,7 +1609,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_isNodeTypeAllowedByDirectConstraints">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L606">at line 606</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L602">at line 602</a></div>
<code> protected bool
<strong>isNodeTypeAllowedByDirectConstraints</strong>(<a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a> $nodeType, array $constraints)
</code>
Expand Down Expand Up @@ -1657,7 +1657,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_isNodeTypeAllowedByInheritanceConstraints">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L633">at line 633</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L629">at line 629</a></div>
<code> protected bool|null
<strong>isNodeTypeAllowedByInheritanceConstraints</strong>(<a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a> $nodeType, array $constraints)
</code>
Expand Down Expand Up @@ -1707,7 +1707,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_traverseSuperTypes">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L676">at line 676</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L672">at line 672</a></div>
<code> protected int
<strong>traverseSuperTypes</strong>(<a href="../../../../Neos/ContentRepository/Domain/Model/NodeType.html"><abbr title="Neos\ContentRepository\Domain\Model\NodeType">NodeType</abbr></a> $currentNodeType, string $constraintNodeTypeName, int $distance)
</code>
Expand Down Expand Up @@ -1761,7 +1761,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setFullConfiguration">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L696">at line 696</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L692">at line 692</a></div>
<code> protected void
<strong>setFullConfiguration</strong>(array $fullConfiguration)
</code>
Expand Down Expand Up @@ -1804,7 +1804,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method___toString">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L709">at line 709</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.ContentRepository/Classes/Domain/Model/NodeType.php#L705">at line 705</a></div>
<code> string
<strong>__toString</strong>()
</code>
Expand Down
2 changes: 1 addition & 1 deletion neos/8.0/Neos/Fusion/Core/RuntimeConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_isPathCached">
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.Fusion/Classes/Core/RuntimeConfiguration.php#L238">at line 238</a></div>
<div class="location"><a href="https://github.com/neos/neos-development-collection/blob/8.0/Neos.Fusion/Classes/Core/RuntimeConfiguration.php#L242">at line 242</a></div>
<code> bool
<strong>isPathCached</strong>(string $fusionPath)
</code>
Expand Down
2 changes: 1 addition & 1 deletion neos/8.0/renderer.index

Large diffs are not rendered by default.

0 comments on commit b28400a

Please sign in to comment.