Skip to content

Commit 9ccc478

Browse files
committed
Api documentations update (Mon Nov 11 12:18:27 UTC 2024)
#apidocs
1 parent 16bfb34 commit 9ccc478

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

api-docs/phpstorm-stubs/ReflectionProperty.html

+55
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,17 @@ <h2>Methods</h2>
625625
</div>
626626
<div class="col-md-2"></div>
627627
</div>
628+
<div class="row">
629+
<div class="col-md-2 type">
630+
bool
631+
</div>
632+
<div class="col-md-8">
633+
<a href="#method_isLazy">isLazy</a>(object $object)
634+
635+
<p class="no-description">No description</p>
636+
</div>
637+
<div class="col-md-2"></div>
638+
</div>
628639
</div>
629640

630641

@@ -2061,6 +2072,50 @@ <h4>Return Value</h4>
20612072

20622073

20632074

2075+
</div>
2076+
</div>
2077+
2078+
</div>
2079+
<div class="method-item">
2080+
<h3 id="method_isLazy">
2081+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Reflection/ReflectionProperty.php#L452">at line 452</a></div>
2082+
<code> bool
2083+
<strong>isLazy</strong>(object $object)
2084+
</code>
2085+
</h3>
2086+
<div class="details"><i>Since: 8.4</i>
2087+
<br>
2088+
2089+
2090+
2091+
<div class="method-description">
2092+
<p class="no-description">No description</p>
2093+
2094+
</div>
2095+
<div class="tags">
2096+
<h4>Parameters</h4>
2097+
2098+
<table class="table table-condensed">
2099+
<tr>
2100+
<td>object</td>
2101+
<td>$object</td>
2102+
<td></td>
2103+
</tr>
2104+
</table>
2105+
2106+
2107+
<h4>Return Value</h4>
2108+
2109+
<table class="table table-condensed">
2110+
<tr>
2111+
<td>bool</td>
2112+
<td></td>
2113+
</tr>
2114+
</table>
2115+
2116+
2117+
2118+
20642119
</div>
20652120
</div>
20662121

api-docs/phpstorm-stubs/doc-index.html

+2
Original file line numberDiff line numberDiff line change
@@ -13442,6 +13442,8 @@ <h2 id="letterA">A</h2>
1344213442
ReflectionProperty::isDynamic</a>() &mdash; <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
1344313443
<dd></dd><dt><a href="ReflectionProperty.html#method_isFinal">
1344413444
ReflectionProperty::isFinal</a>() &mdash; <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
13445+
<dd></dd><dt><a href="ReflectionProperty.html#method_isLazy">
13446+
ReflectionProperty::isLazy</a>() &mdash; <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
1344513447
<dd></dd><dt><a href="ReflectionType.html#method_isBuiltin">
1344613448
ReflectionType::isBuiltin</a>() &mdash; <em>Method in class <a href="ReflectionType.html">ReflectionType</a></em></dt>
1344713449
<dd><p>Checks if it is a built-in type</p></dd><dt><a href="Relay/Cluster.html#method_idleTime">

api-docs/phpstorm-stubs/doctum-search.json

+1-1
Large diffs are not rendered by default.

api-docs/phpstorm-stubs/renderer.index

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)