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

4
3
<refentry xml:id="reflectionclass.newinstance" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::newInstance</refname>
7
-
<refpurpose>Creates a new class instance from given arguments.</refpurpose>
6
+
<refpurpose>Creates a new class instance from given arguments</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionClass">
13
12
<modifier>public</modifier> <type>object</type><methodname>ReflectionClass::newInstance</methodname>
14
-
<methodparam><type>mixed</type><parameter>args</parameter></methodparam>
15
-
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
13
+
<methodparam rep="repeat"><type>mixed</type><parameter>args</parameter></methodparam>
16
14
</methodsynopsis>
17
15
<para>
18
16
Creates a new instance of the class. The given arguments are passed to the
...
...
@@ -67,7 +65,6 @@
67
65
</refsect1>
68
66

69
67
</refentry>
70
-

71
68
<!-- Keep this comment at the end of the file
72
69
Local variables:
73
70
mode: sgml
74
71