svn: /phpdoc/ja/trunk/reference/com/compersisthelper/ construct.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 29 Feb 2020 18:18:55 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349264
Log:
Document COMPersistHelper::__construct with NULL argument
Changed paths:
U phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml
Modified: phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml 2020-02-29 15:13:07 UTC (rev 349263)
+++ phpdoc/ja/trunk/reference/com/compersisthelper/construct.xml 2020-02-29 18:18:55 UTC (rev 349264)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349255 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349263 Maintainer: mumumu Status: ready -->
<refentry xml:id="compersisthelper.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -33,6 +33,10 @@
<interfacename>IPersistStream</interfacename> かつ/または <interfacename>IPersistStreamInit</interfacename>
をオブジェクトが実装していなければなりません。
</simpara>
+ <simpara>
+ <parameter>com_object</parameter> に &null;を渡す意味があるのは、
+ <methodname>COMPersistHelper::LoadFromStream</methodname> を呼び出してオブジェクトを読み込んだ場合に限ります。
+ </simpara>
</listitem>
</varlistentry>
</variablelist>