Document COMPersistHelper::__construct with NULL argument

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-02-29 15:13:07 +00:00
parent 9ddc8b6946
commit e329b51347

View file

@ -27,10 +27,14 @@
<listitem>
<simpara>
A <acronym>COM</acronym> object which implements <interfacename>IDispatch</interfacename>.
To be able to call any of <classname>COMPersistHelper</classname>'s methods, the object
To be able to successfully call any of <classname>COMPersistHelper</classname>'s methods, the object
has to implement <interfacename>IPersistFile</interfacename>, <interfacename>IPersistStream</interfacename>
and/or <interfacename>IPersistStreamInit</interfacename>.
</simpara>
<simpara>
Passing &null; as <parameter>com_object</parameter> is only useful if the object is to be
loaded from a stream by calling <methodname>COMPersistHelper::LoadFromStream</methodname>.
</simpara>
</listitem>
</varlistentry>
</variablelist>