Skip to content

Commit e17ff04

Browse files
thinkverseGirgias
authored andcommitted
Add missing parameters section
1 parent 202724d commit e17ff04

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/xsl/xsltprocessor/hasexsltsupport.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<refname>XSLTProcessor::hasExsltSupport</refname>
66
<refpurpose>Determine if PHP has EXSLT support</refpurpose>
77
</refnamediv>
8+
89
<refsect1 role="description">
910
&reftitle.description;
1011
<methodsynopsis>
@@ -16,12 +17,19 @@
1617
xlink:href="&url.exsltlib;">EXSLT library</link>.
1718
</para>
1819
</refsect1>
20+
21+
<refsect1 role="parameters">
22+
&reftitle.parameters;
23+
&no.function.parameters;
24+
</refsect1>
25+
1926
<refsect1 role="returnvalues">
2027
&reftitle.returnvalues;
2128
<para>
2229
&return.success;
2330
</para>
2431
</refsect1>
32+
2533
<refsect1 role="examples">
2634
&reftitle.examples;
2735
<para>
@@ -44,6 +52,7 @@ if (!$proc->hasExsltSupport()) {
4452
</example>
4553
</para>
4654
</refsect1>
55+
4756
</refentry>
4857
<!-- Keep this comment at the end of the file
4958
Local variables:

0 commit comments

Comments
 (0)