reference/phar/Phar/addEmptyDir.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,15 +1,15 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.addemptydir">
3
+
<refentry xml:id="phar.addemptydir" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::addEmptyDir</refname>
6
6
<refpurpose>Add an empty directory to the phar archive</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="Phar">
11
11
<modifier>public</modifier> <type>void</type><methodname>Phar::addEmptyDir</methodname>
12
-
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
13
13
</methodsynopsis>
14
14
&phar.write;
15
15

...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>dirname</parameter></term>
27
+
<term><parameter>directory</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The name of the empty directory to create in the phar archive
...
...
@@ -79,7 +79,6 @@ try {
79
79

80
80

81
81
</refentry>
82
-

83
82
<!-- Keep this comment at the end of the file
84
83
Local variables:
85
84
mode: sgml
86
85