reference/phar/Phar/canWrite.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,13 +1,13 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.canwrite">
3
+
<refentry xml:id="phar.canwrite" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::canWrite</refname>
6
6
<refpurpose>Returns whether phar extension supports writing and creating phars</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="Phar">
11
11
<modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::canWrite</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -61,7 +61,6 @@ if (Phar::canWrite()) {
61
61

62
62

63
63
</refentry>
64
-

65
64
<!-- Keep this comment at the end of the file
66
65
Local variables:
67
66
mode: sgml
68
67