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

4
3
<refentry xml:id="reflectionclass.istrait" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::isTrait</refname>
...
...
@@ -9,16 +8,13 @@
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::isTrait</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
Check whether this <type>ReflectionClass</type> refers to a trait.
18
17
</para>
19
-

20
-
&warn.undocumented.func;
21
-

22
18
</refsect1>
23
19

24
20
<refsect1 role="parameters">
...
...
@@ -30,13 +26,11 @@
30
26
&reftitle.returnvalues;
31
27
<para>
32
28
Returns &true; if this is a trait, &false; otherwise.
33
-
Returns &null; in case of an error.
34
29
</para>
35
30
</refsect1>
36
31

37
32

38
33
</refentry>
39
-

40
34
<!-- Keep this comment at the end of the file
41
35
Local variables:
42
36
mode: sgml
43
37