reference/classobj/functions/get-class-vars.xml
c44475e1fafcbee203ed4935a6d5d7a01379fcdc
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>array</type><methodname>get_class_vars</methodname>
12
-
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>class</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Get the default properties of the given class.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>class_name</parameter></term>
23
+
<term><parameter>class</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The class name
...
...
@@ -36,7 +36,7 @@
36
36
Returns an associative array of declared properties visible from the
37
37
current scope, with their default value.
38
38
The resulting array elements are in the form of
39
-
<literal>varname => value</literal>.
39
+
<literal>varname =&gt; value</literal>.
40
40
In case of an error, it returns &false;.
41
41
</para>
42
42
</refsect1>
...
...
@@ -144,7 +144,6 @@ a
144
144
</para>
145
145
</refsect1>
146
146
</refentry>
147
-

148
147
<!-- Keep this comment at the end of the file
149
148
Local variables:
150
149
mode: sgml
151
150