svn: /phpdoc/ja/trunk/reference/com/compersisthelper/ construct.xml loadfromfile.xml savetofile.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 01 Mar 2020 21:40:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349275
Log:
Mark optional parameters as such
Changed paths:
U phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml
U phpdoc/ja/trunk/reference/com/compersisthelper/loadfromfile.xml
U phpdoc/ja/trunk/reference/com/compersisthelper/savetofile.xml
Modified: phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml 2020-03-01 18:37:41 UTC (rev 349274)
+++ phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml 2020-03-01 21:40:00 UTC (rev 349275)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349263 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349271 Maintainer: mumumu Status: ready -->
<refentry xml:id="compersisthelper.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<constructorsynopsis>
<modifier>public</modifier> <methodname>COMPersistHelper::__construct</methodname>
- <methodparam><type>variant</type><parameter>com_object</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>variant</type><parameter>com_object</parameter><initializer>&null;</initializer></methodparam>
</constructorsynopsis>
<para>
永続化を助けるオブジェクトを構築します。
Modified: phpdoc/ja/trunk/reference/com/compersisthelper/loadfromfile.xml
===================================================================
--- phpdoc/ja/trunk/reference/com/compersisthelper/loadfromfile.xml 2020-03-01 18:37:41 UTC (rev 349274)
+++ phpdoc/ja/trunk/reference/com/compersisthelper/loadfromfile.xml 2020-03-01 21:40:00 UTC (rev 349275)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349255 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349271 Maintainer: mumumu Status: ready -->
<refentry xml:id="compersisthelper.loadfromfile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>COMPersistHelper::LoadFromFile</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
- <methodparam><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
指定されたファイルを開き、そのファイルの内容でオブジェクトを初期化します。
Modified: phpdoc/ja/trunk/reference/com/compersisthelper/savetofile.xml
===================================================================
--- phpdoc/ja/trunk/reference/com/compersisthelper/savetofile.xml 2020-03-01 18:37:41 UTC (rev 349274)
+++ phpdoc/ja/trunk/reference/com/compersisthelper/savetofile.xml 2020-03-01 21:40:00 UTC (rev 349275)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349255 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349271 Maintainer: mumumu Status: ready -->
<refentry xml:id="compersisthelper.savetofile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>COMPersistHelper::SaveToFile</methodname>
- <methodparam><type>string</type><parameter>filename</parameter><initializer>&null;</initializer></methodparam>
- <methodparam><type>bool</type><parameter>remember</parameter><initializer>&true;</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>filename</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>remember</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
<para>
オブジェクトのコピーを指定されたファイルに保存します