reference/reflection/reflectionclass/gettraitnames.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.gettraitnames" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::getTraitNames</refname>
...
...
@@ -9,16 +8,14 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionClass">
13
12
<modifier>public</modifier> <type>array</type><methodname>ReflectionClass::getTraitNames</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
Get the names of the traits used by this class.
18
17
</para>
19
18

20
-
&warn.undocumented.func;
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -30,13 +27,11 @@
30
27
&reftitle.returnvalues;
31
28
<para>
32
29
Returns an array with trait names in values.
33
-
Returns &null; in case of an error.
34
30
</para>
35
31
</refsect1>
36
32

37
33

38
34
</refentry>
39
-

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