reference/phar/PharFileInfo/construct.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,16 +1,16 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="pharfileinfo.construct">
3
+
<refentry xml:id="pharfileinfo.construct" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharFileInfo::__construct</refname>
6
6
<refpurpose>Construct a Phar entry object</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<constructorsynopsis role="PharFileInfo">
11
11
<modifier>public</modifier> <methodname>PharFileInfo::__construct</methodname>
12
-
<methodparam><type>string</type><parameter>entry</parameter></methodparam>
13
-
</methodsynopsis>
12
+
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
13
+
</constructorsynopsis>
14
14

15
15
<para>
16
16
This should not be called directly. Instead, a PharFileInfo object
...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>entry</parameter></term>
27
+
<term><parameter>filename</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The full url to retrieve a file. If you wish to retrieve the information
...
...
@@ -92,7 +92,6 @@ line number 3: dude
92
92
</refsect1>
93
93

94
94
</refentry>
95
-

96
95
<!-- Keep this comment at the end of the file
97
96
Local variables:
98
97
mode: sgml
99
98