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 Jun 6, 2024
1 parent c61d9f8 commit 2f9fd3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>TemplateVariableContainer


<p> class
<strong>TemplateVariableContainer</strong> extends <abbr title="TYPO3Fluid\Fluid\Core\Variables\StandardVariableProvider">StandardVariableProvider</abbr> implements <abbr title="TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface">VariableProviderInterface</abbr> (<a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php">View source</a>)
<strong>TemplateVariableContainer</strong> extends <abbr title="TYPO3Fluid\Fluid\Core\Variables\StandardVariableProvider">StandardVariableProvider</abbr> (<a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php">View source</a>)
</p>


Expand Down Expand Up @@ -133,7 +133,7 @@ <h2>Methods</h2>
bool|null
</div>
<div class="col-md-8">
<a href="#method_getBooleanValue">getBooleanValue</a>($path)
<a href="#method_getBooleanValue">getBooleanValue</a>(string $path)

<p><p>Tries to interpret the given path as boolean value, either returns the boolean value or null.</p></p> </div>
<div class="col-md-2"></div>
Expand All @@ -146,7 +146,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_getByPath">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php#L32">at line 32</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php#L35">at line 35</a></div>
<code> mixed
<strong>getByPath</strong>(string $path)
</code>
Expand All @@ -157,7 +157,8 @@ <h3 id="method_getByPath">

<div class="method-description">
<p><p>Get a variable by dotted path expression, retrieving the
variable from nested arrays/objects one segment at a time.</p></p>
variable from nested arrays/objects one segment at a time.</p></p> <p><p>This sadly mostly copies the parent method to add handling for
subjects of type TemplateObjectAccessInterface.</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>
Expand Down Expand Up @@ -189,7 +190,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_resolveSubVariableReferences">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php#L51">at line 51</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php#L97">at line 97</a></div>
<code> protected string
<strong>resolveSubVariableReferences</strong>(string $propertyPath)
</code>
Expand Down Expand Up @@ -232,9 +233,9 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getBooleanValue">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php#L70">at line 70</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php#L113">at line 113</a></div>
<code> protected bool|null
<strong>getBooleanValue</strong>($path)
<strong>getBooleanValue</strong>(string $path)
</code>
</h3>
<div class="details">
Expand All @@ -249,7 +250,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td></td>
<td>string</td>
<td>$path</td>
<td></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion flow/9.0/renderer.index

Large diffs are not rendered by default.

0 comments on commit 2f9fd3e

Please sign in to comment.