We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eb4bc commit 4ff1517Copy full SHA for 4ff1517
reference/classobj/functions/get-object-vars.xml
@@ -13,7 +13,8 @@
13
</methodsynopsis>
14
<para>
15
Gets the accessible non-static properties of the given
16
- <parameter>object</parameter> according to scope.
+ <parameter>object</parameter> according to scope. Note that it will only return
17
+ parameters defined on that object's class, not on its parent class.
18
</para>
19
</refsect1>
20
<refsect1 role="parameters">
@@ -90,6 +91,11 @@ array(4) {
90
91
</screen>
92
</example>
93
94
+ <note>
95
+ <para>
96
+ Uninitialized properties are considered inaccessible, and thus will not be included in the array.
97
+ </para>
98
+ </note>
99
100
<refsect1 role="seealso">
101
&reftitle.seealso;
0 commit comments