Skip to content

Commit 4ff1517

Browse files
authored
Fold in comments for get_object_vars()
Closes GH-595.
1 parent a9eb4bc commit 4ff1517

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

reference/classobj/functions/get-object-vars.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
</methodsynopsis>
1414
<para>
1515
Gets the accessible non-static properties of the given
16-
<parameter>object</parameter> according to scope.
16+
<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.
1718
</para>
1819
</refsect1>
1920
<refsect1 role="parameters">
@@ -90,6 +91,11 @@ array(4) {
9091
</screen>
9192
</example>
9293
</para>
94+
<note>
95+
<para>
96+
Uninitialized properties are considered inaccessible, and thus will not be included in the array.
97+
</para>
98+
</note>
9399
</refsect1>
94100
<refsect1 role="seealso">
95101
&reftitle.seealso;

0 commit comments

Comments
 (0)