Skip to content

Commit

Permalink
Fix #81218: get_object_vars returns parent class parameters
Browse files Browse the repository at this point in the history
Besides there are no "class parameters", parent properties are returned
if in scope.
  • Loading branch information
cmb69 committed Jul 1, 2021
1 parent f2af34e commit c9bc21c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reference/classobj/functions/get-object-vars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
</methodsynopsis>
<para>
Gets the accessible non-static properties of the given
<parameter>object</parameter> according to scope. Note that it will only return
parameters defined on that object's class, not on its parent class.
<parameter>object</parameter> according to scope.
</para>
</refsect1>
<refsect1 role="parameters">
Expand Down

0 comments on commit c9bc21c

Please sign in to comment.