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
mumumu committed Jul 2, 2021
1 parent 7df6424 commit bed8639
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reference/classobj/functions/get-object-vars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4ff15172da2368ebefcf25f62ce97da5a453d0b2 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: c9bc21cb7302db778f3c519cbe6a9c8286dc08b8 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.get-object-vars" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -16,8 +16,6 @@
<para>
指定した <parameter>object</parameter> について、
そのスコープ内でアクセス可能な非 static プロパティを取得します。
返すのは、指定したオブジェクトのクラスで定義されたものであって、
親クラスのものは含まれないことに注意が必要です。
</para>
</refsect1>
<refsect1 role="parameters">
Expand Down

0 comments on commit bed8639

Please sign in to comment.