mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9ddc8b6946
commit
e329b51347
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue