reference/imagick/imagick/getimagematte.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -6,10 +6,14 @@
6
6
<refpurpose>Return if the image has a matte channel</refpurpose>
7
7
</refnamediv>
8
8

9
+
<refsynopsisdiv>
10
+
&imagick.deprecated.function-3-4-4;
11
+
</refsynopsisdiv>
12
+

9
13
<refsect1 role="description">
10
14
&reftitle.description;
11
15
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::getImageMatte</methodname>
16
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::getImageMatte</methodname>
13
17
<void/>
14
18
</methodsynopsis>
15
19

...
...
@@ -19,10 +23,15 @@
19
23
</para>
20
24
</refsect1>
21
25

26
+
<refsect1 role="parameters">
27
+
&reftitle.parameters;
28
+
&no.function.parameters;
29
+
</refsect1>
30
+

22
31
<refsect1 role="returnvalues">
23
32
&reftitle.returnvalues;
24
33
<para>
25
-
&return.success;
34
+
&imagick.return.success;
26
35
</para>
27
36
</refsect1>
28
37

29
38