svn: /phpdoc/ja/trunk/reference/phar/PharData/ addEmptyDir.xml addFromString.xml buildFromIterator.xml compress.xml compressFiles.xml construct.xml convertToData.xml convertToExecutable.xml copy.xml decompress.xml decompressFiles.xml delMetadata.xml delete.xml extractTo.xml isWritable.xml offsetSet.xml offsetUnset.xml setAlias.xml setDefaultStub.xml setStub.xml

[email protected] (Yoshinari Takaoka) Wed, 16 Dec 2020 17:08:22 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Wed, 16 Dec 2020 17:08:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352111

Log:
Add missing PharData method visibility modifiers

Changed paths:
    U   phpdoc/ja/trunk/reference/phar/PharData/addEmptyDir.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/addFromString.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/buildFromIterator.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/compress.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/compressFiles.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/construct.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/convertToData.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/convertToExecutable.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/copy.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/decompress.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/decompressFiles.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/delMetadata.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/delete.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/extractTo.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/isWritable.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/offsetSet.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/offsetUnset.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/setAlias.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/setDefaultStub.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/setStub.xml
svn-diffs-352111.txt (text/x-diff, 21.7 KB)
Modified: phpdoc/ja/trunk/reference/phar/PharData/addEmptyDir.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/addEmptyDir.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/addEmptyDir.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.addemptydir">
  <refnamediv>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::addEmptyDir</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::addEmptyDir</methodname>
    <methodparam><type>string</type><parameter>dirname</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/ja/trunk/reference/phar/PharData/addFromString.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/addFromString.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/addFromString.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.addfromstring">
  <refnamediv>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::addFromString</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::addFromString</methodname>
    <methodparam><type>string</type><parameter>localname</parameter></methodparam>
    <methodparam><type>string</type><parameter>contents</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/buildFromIterator.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/buildFromIterator.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/buildFromIterator.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.buildfromiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::buildFromIterator</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>PharData::buildFromIterator</methodname>
+   <modifier>public</modifier> <type>array</type><methodname>PharData::buildFromIterator</methodname>
    <methodparam><type>Iterator</type><parameter>iter</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>base_directory</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/compress.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/compress.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/compress.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349430 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.compress">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>PharData</type><methodname>PharData::compress</methodname>
+   <modifier>public</modifier> <type>PharData</type><methodname>PharData::compress</methodname>
    <methodparam><type>int</type><parameter>compression</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/compressFiles.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/compressFiles.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/compressFiles.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.compressfiles">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::compressFiles</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::compressFiles</methodname>
    <methodparam><type>int</type><parameter>compression</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/ja/trunk/reference/phar/PharData/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/construct.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/construct.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334002 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="phardata.construct">
  <refnamediv>
   <refname>PharData::__construct</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <methodname>PharData::__construct</methodname>
+   <modifier>public</modifier> <methodname>PharData::__construct</methodname>
    <methodparam><type>string</type><parameter>fname</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>

Modified: phpdoc/ja/trunk/reference/phar/PharData/convertToData.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/convertToData.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/convertToData.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.converttodata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::convertToData</refname>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>PharData</type><methodname>PharData::convertToData</methodname>
+   <modifier>public</modifier> <type>PharData</type><methodname>PharData::convertToData</methodname>
    <methodparam choice="opt"><type>int</type><parameter>format</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>compression</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>

Modified: phpdoc/ja/trunk/reference/phar/PharData/convertToExecutable.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/convertToExecutable.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/convertToExecutable.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.converttoexecutable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::convertToExecutable</refname>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>Phar</type><methodname>PharData::convertToExecutable</methodname>
+   <modifier>public</modifier> <type>Phar</type><methodname>PharData::convertToExecutable</methodname>
    <methodparam choice="opt"><type>int</type><parameter>format</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>compression</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>

Modified: phpdoc/ja/trunk/reference/phar/PharData/copy.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/copy.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/copy.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 306484 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.copy" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::copy</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::copy</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::copy</methodname>
    <methodparam><type>string</type><parameter>oldfile</parameter></methodparam>
    <methodparam><type>string</type><parameter>newfile</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/decompress.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/decompress.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/decompress.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349430 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.decompress">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>PharData</type><methodname>PharData::decompress</methodname>
+   <modifier>public</modifier> <type>PharData</type><methodname>PharData::decompress</methodname>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/ja/trunk/reference/phar/PharData/decompressFiles.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/decompressFiles.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/decompressFiles.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.decompressfiles">
  <refnamediv>
   <refname>PharData::decompressFiles</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::decompressFiles</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::decompressFiles</methodname>
    <void />
   </methodsynopsis>
   &phar.write;

Modified: phpdoc/ja/trunk/reference/phar/PharData/delMetadata.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/delMetadata.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/delMetadata.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308250 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.delmetadata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::delMetadata</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::delMetadata</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::delMetadata</methodname>
    <void/>
   </methodsynopsis>
   &phar.write;

Modified: phpdoc/ja/trunk/reference/phar/PharData/delete.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/delete.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/delete.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308250 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.delete" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::delete</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::delete</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::delete</methodname>
    <methodparam><type>string</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/ja/trunk/reference/phar/PharData/extractTo.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/extractTo.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/extractTo.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351061 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="phardata.extractto" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::extractTo</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::extractTo</methodname>
    <methodparam><type>string</type><parameter>pathto</parameter></methodparam>
    <methodparam choice="opt"><type class="union"><type>string</type><type>array</type><type>null</type></type><parameter>files</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>bool</type><parameter>overwrite</parameter><initializer>&false;</initializer></methodparam>

Modified: phpdoc/ja/trunk/reference/phar/PharData/isWritable.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/isWritable.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/isWritable.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.iswritable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::isWritable</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::isWritable</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::isWritable</methodname>
    <void/>
   </methodsynopsis>
   <para>

Modified: phpdoc/ja/trunk/reference/phar/PharData/offsetSet.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/offsetSet.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/offsetSet.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.offsetset">
  <refnamediv>
   <refname>PharData::offsetSet</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::offsetSet</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::offsetSet</methodname>
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/offsetUnset.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/offsetUnset.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/offsetUnset.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.offsetunset">
  <refnamediv>
   <refname>PharData::offsetUnset</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::offsetUnset</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::offsetUnset</methodname>
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/ja/trunk/reference/phar/PharData/setAlias.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/setAlias.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/setAlias.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.setalias" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::setAlias</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::setAlias</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::setAlias</methodname>
    <methodparam><type>string</type><parameter>alias</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/ja/trunk/reference/phar/PharData/setDefaultStub.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/setDefaultStub.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/setDefaultStub.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.setdefaultstub">
  <refnamediv>
   <refname>PharData::setDefaultStub</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::setDefaultStub</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::setDefaultStub</methodname>
    <methodparam choice="opt"><type>string</type><parameter>index</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>webindex</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/setStub.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/setStub.xml	2020-12-16 14:06:42 UTC (rev 352110)
+++ phpdoc/ja/trunk/reference/phar/PharData/setStub.xml	2020-12-16 17:08:22 UTC (rev 352111)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350656 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.setstub">
  <refnamediv>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::setStub</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::setStub</methodname>
    <methodparam><type>string</type><parameter>stub</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>len</parameter><initializer>-1</initializer></methodparam>
   </methodsynopsis>