reference/reflection/reflectionclass/issubclassof.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionclass.issubclassof" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::isSubclassOf</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionClass">
13
12
<modifier>public</modifier> <type>bool</type><methodname>ReflectionClass::isSubclassOf</methodname>
14
-
<methodparam><type>string</type><parameter>class</parameter></methodparam>
13
+
<methodparam><type class="union"><type>ReflectionClass</type><type>string</type></type><parameter>class</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Checks if the class is a subclass of a specified class or implements
...
...
@@ -27,7 +26,8 @@
27
26
<term><parameter>class</parameter></term>
28
27
<listitem>
29
28
<para>
30
-
The class name being checked against.
29
+
Either the name of the class as <type>string</type> or
30
+
a <type>ReflectionClass</type> object of the class to check against.
31
31
</para>
32
32
</listitem>
33
33
</varlistentry>
...
...
@@ -55,7 +55,6 @@
55
55
</refsect1>
56
56

57
57
</refentry>
58
-

59
58
<!-- Keep this comment at the end of the file
60
59
Local variables:
61
60
mode: sgml
62
61