Skip to content

Commit

Permalink
Api documentations update (Mon Nov 11 12:18:27 UTC 2024)
Browse files Browse the repository at this point in the history
#apidocs
  • Loading branch information
sudo-robot committed Nov 11, 2024
1 parent 16bfb34 commit 9ccc478
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
55 changes: 55 additions & 0 deletions api-docs/phpstorm-stubs/ReflectionProperty.html
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,17 @@ <h2>Methods</h2>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
bool
</div>
<div class="col-md-8">
<a href="#method_isLazy">isLazy</a>(object $object)

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


Expand Down Expand Up @@ -2061,6 +2072,50 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_isLazy">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Reflection/ReflectionProperty.php#L452">at line 452</a></div>
<code> bool
<strong>isLazy</strong>(object $object)
</code>
</h3>
<div class="details"><i>Since: 8.4</i>
<br>



<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>object</td>
<td>$object</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

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




</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions api-docs/phpstorm-stubs/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13442,6 +13442,8 @@ <h2 id="letterA">A</h2>
ReflectionProperty::isDynamic</a>() &mdash; <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
<dd></dd><dt><a href="ReflectionProperty.html#method_isFinal">
ReflectionProperty::isFinal</a>() &mdash; <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
<dd></dd><dt><a href="ReflectionProperty.html#method_isLazy">
ReflectionProperty::isLazy</a>() &mdash; <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
<dd></dd><dt><a href="ReflectionType.html#method_isBuiltin">
ReflectionType::isBuiltin</a>() &mdash; <em>Method in class <a href="ReflectionType.html">ReflectionType</a></em></dt>
<dd><p>Checks if it is a built-in type</p></dd><dt><a href="Relay/Cluster.html#method_idleTime">
Expand Down
2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/doctum-search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/renderer.index

Large diffs are not rendered by default.

0 comments on commit 9ccc478

Please sign in to comment.