File tree 4 files changed +59
-2
lines changed
4 files changed +59
-2
lines changed Original file line number Diff line number Diff line change @@ -625,6 +625,17 @@ <h2>Methods</h2>
625
625
</ div >
626
626
< div class ="col-md-2 "> </ div >
627
627
</ 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 >
628
639
</ div >
629
640
630
641
@@ -2061,6 +2072,50 @@ <h4>Return Value</h4>
2061
2072
2062
2073
2063
2074
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
+
2064
2119
</ div >
2065
2120
</ div >
2066
2121
Original file line number Diff line number Diff line change @@ -13442,6 +13442,8 @@ <h2 id="letterA">A</h2>
13442
13442
ReflectionProperty::isDynamic</a>() — <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
13443
13443
<dd></dd><dt><a href="ReflectionProperty.html#method_isFinal">
13444
13444
ReflectionProperty::isFinal</a>() — <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>() — <em>Method in class <a href="ReflectionProperty.html">ReflectionProperty</a></em></dt>
13445
13447
<dd></dd><dt><a href="ReflectionType.html#method_isBuiltin">
13446
13448
ReflectionType::isBuiltin</a>() — <em>Method in class <a href="ReflectionType.html">ReflectionType</a></em></dt>
13447
13449
<dd><p>Checks if it is a built-in type</p></dd><dt><a href="Relay/Cluster.html#method_idleTime">
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments