reference/xsl/xsltprocessor/setparameter.xml
07e6a4aaa2d28b6218a362b05e573fb13267358d
...
...
@@ -7,23 +7,17 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<classsynopsis>
11
-
<ooclass><classname>XSLTProcessor</classname></ooclass>
12
-
<methodsynopsis>
13
-
<type>bool</type><methodname>setParameter</methodname>
14
-
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>name</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>value</parameter></methodparam>
17
-
</methodsynopsis>
18
-
</classsynopsis>
19
-
<classsynopsis>
20
-
<ooclass><classname>XSLTProcessor</classname></ooclass>
21
-
<methodsynopsis>
22
-
<type>bool</type><methodname>setParameter</methodname>
23
-
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
24
-
<methodparam><type>array</type><parameter>options</parameter></methodparam>
25
-
</methodsynopsis>
26
-
</classsynopsis>
10
+
<methodsynopsis role="XSLTProcessor">
11
+
<modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::setParameter</methodname>
12
+
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>name</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>value</parameter></methodparam>
15
+
</methodsynopsis>
16
+
<methodsynopsis role="XSLTProcessor">
17
+
<modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::setParameter</methodname>
18
+
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
19
+
<methodparam><type>array</type><parameter>options</parameter></methodparam>
20
+
</methodsynopsis>
27
21
<para>
28
22
Sets the value of one or more parameters to be used in subsequent
29
23
transformations with <classname>XSLTProcessor</classname>. If the
...
...
@@ -62,8 +56,7 @@
62
56
<term><parameter>options</parameter></term>
63
57
<listitem>
64
58
<para>
65
-
An array of <literal>name =&gt; value</literal> pairs. This syntax is
66
-
available since PHP 5.1.0.
59
+
An array of <literal>name =&gt; value</literal> pairs.
67
60
</para>
68
61
</listitem>
69
62
</varlistentry>
...
...
@@ -122,7 +115,6 @@ foreach ($collections as $name => $file) {
122
115
</para>
123
116
</refsect1>
124
117
</refentry>
125
-

126
118
<!-- Keep this comment at the end of the file
127
119
Local variables:
128
120
mode: sgml
129
121