reference/phar/PharData/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="phardata.addemptydir">
3
+
<refentry xml:id="phardata.addemptydir" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharData::addEmptyDir</refname>
6
6
<refpurpose>Add an empty directory to the tar/zip archive</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>bool</type><methodname>PharData::addEmptyDir</methodname>
12
-
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
10
+
<methodsynopsis role="PharData">
11
+
<modifier>public</modifier> <type>void</type><methodname>PharData::addEmptyDir</methodname>
12
+
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
13
13
</methodsynopsis>
14
14

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

79
79

80
80
</refentry>
81
-

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