svn: /phpdoc/ja/trunk/reference/phar/PharData/ addFile.xml buildFromDirectory.xml setMetadata.xml setSignatureAlgorithm.xml

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

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

Log:
Fix class name

Changed paths:
    U   phpdoc/ja/trunk/reference/phar/PharData/addFile.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/buildFromDirectory.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/setMetadata.xml
    U   phpdoc/ja/trunk/reference/phar/PharData/setSignatureAlgorithm.xml

Modified: phpdoc/ja/trunk/reference/phar/PharData/addFile.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/addFile.xml	2020-12-16 17:21:25 UTC (rev 352112)
+++ phpdoc/ja/trunk/reference/phar/PharData/addFile.xml	2020-12-16 17:24:45 UTC (rev 352113)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: takagi Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.addfile">
  <refnamediv>
   <refname>PharData::addFile</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>void</type><methodname>Phar::addFile</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::addFile</methodname>
    <methodparam><type>string</type><parameter>file</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/buildFromDirectory.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/buildFromDirectory.xml	2020-12-16 17:21:25 UTC (rev 352112)
+++ phpdoc/ja/trunk/reference/phar/PharData/buildFromDirectory.xml	2020-12-16 17:24:45 UTC (rev 352113)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: takagi Status: ready -->
 <refentry xml:id="phardata.buildfromdirectory" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>PharData::buildFromDirectory</refname>
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>array</type><methodname>Phar::buildFromDirectory</methodname>
+   <modifier>public</modifier> <type>array</type><methodname>PharData::buildFromDirectory</methodname>
    <methodparam><type>string</type><parameter>base_dir</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>regex</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ja/trunk/reference/phar/PharData/setMetadata.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/setMetadata.xml	2020-12-16 17:21:25 UTC (rev 352112)
+++ phpdoc/ja/trunk/reference/phar/PharData/setMetadata.xml	2020-12-16 17:24:45 UTC (rev 352113)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: takagi Status: ready -->
 <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="phardata.setmetadata">
  <refnamediv>
-  <refname>Phar::setMetadata</refname>
+  <refname>PharData::setMetadata</refname>
   <refpurpose>phar アーカイブのメタデータを設定する</refpurpose>
  </refnamediv>

@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>void</type><methodname>Phar::setMetadata</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::setMetadata</methodname>
    <methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
   </methodsynopsis>
  &phar.write;

Modified: phpdoc/ja/trunk/reference/phar/PharData/setSignatureAlgorithm.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/setSignatureAlgorithm.xml	2020-12-16 17:21:25 UTC (rev 352112)
+++ phpdoc/ja/trunk/reference/phar/PharData/setSignatureAlgorithm.xml	2020-12-16 17:24:45 UTC (rev 352113)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 352108 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="phardata.setsignaturealgorithm" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
-  <refname>Phar::setSignatureAlgorithm</refname>
+  <refname>PharData::setSignatureAlgorithm</refname>
   <refpurpose>phar のシグネチャのアルゴリズムを設定する</refpurpose>
  </refnamediv>

@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::setSignatureAlgorithm</methodname>
    <methodparam><type>int</type><parameter>sigtype</parameter></methodparam>
   </methodsynopsis>
   &phar.write;