reference/phar/Phar/mount.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -8,10 +8,10 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
11
+
<methodsynopsis role="Phar">
12
12
<modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>Phar::mount</methodname>
13
-
<methodparam><type>string</type><parameter>pharpath</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>externalpath</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>pharPath</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>externalPath</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Much like the unix file system concept of mounting external devices to paths within the
...
...
@@ -27,7 +27,7 @@
27
27
<para>
28
28
<variablelist>
29
29
<varlistentry>
30
-
<term><parameter>pharpath</parameter></term>
30
+
<term><parameter>pharPath</parameter></term>
31
31
<listitem>
32
32
<para>
33
33
The internal path within the phar archive to use as the mounted path location.
...
...
@@ -36,7 +36,7 @@
36
36
</listitem>
37
37
</varlistentry>
38
38
<varlistentry>
39
-
<term><parameter>externalpath</parameter></term>
39
+
<term><parameter>externalPath</parameter></term>
40
40
<listitem>
41
41
<para>
42
42
A path or URL to an external file or directory to mount within the phar archive
...
...
@@ -137,7 +137,6 @@ include '/path/to/archive.phar';
137
137
</refsect1>
138
138

139
139
</refentry>
140
-

141
140
<!-- Keep this comment at the end of the file
142
141
Local variables:
143
142
mode: sgml
144
143