reference/imagick/imagick/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -8,10 +8,10 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
11
+
<constructorsynopsis>
12
12
<modifier>public</modifier> <methodname>Imagick::__construct</methodname>
13
13
<methodparam choice="opt"><type>mixed</type><parameter>files</parameter></methodparam>
14
-
</methodsynopsis>
14
+
</constructorsynopsis>
15
15
<para>
16
16
Creates an Imagick instance for a specified image or set of images.
17
17
</para>
...
...
@@ -31,12 +31,6 @@
31
31
</varlistentry>
32
32
</variablelist>
33
33
</refsect1>
34
-
<refsect1 role="returnvalues">
35
-
&reftitle.returnvalues;
36
-
<para>
37
-
Returns a new Imagick object on success.
38
-
</para>
39
-
</refsect1>
40
34

41
35
<refsect1 role="errors">
42
36
&reftitle.errors;
43
37