COMPersistHelper::InitNew
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Initialize object to default state
Description
COMPersistHelper::InitNew(): bool
Initializes an object to a default state.
Parameters Parameters
Return Values
Success
Errors/Exceptions
A com_exception is thrown if the associated object does not implement the COM interface IPersistStreamInit, or when calling its IPersistStreamInit::Init method failed.