reference/reflection/reflectionclass/gettraitaliases.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.gettraitaliases" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::getTraitAliases</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::getTraitAliases</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
Get the array of trait method aliases defined in the current class.
18
17
</para>
19
18

20
-
&warn.undocumented.func;
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -31,13 +28,11 @@
31
28
<para>
32
29
Returns an array with new method names in keys and original names (in the
33
30
format <literal>"TraitName::original"</literal>) in values.
34
-
Returns &null; in case of an error.
35
31
</para>
36
32
</refsect1>
37
33

38
34

39
35
</refentry>
40
-

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