summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_persist_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet/com_persist_arginfo.h')
-rw-r--r--ext/com_dotnet/com_persist_arginfo.h25
1 files changed, 24 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_persist_arginfo.h b/ext/com_dotnet/com_persist_arginfo.h
index 87b41f83f5..0665dc343b 100644
--- a/ext/com_dotnet/com_persist_arginfo.h
+++ b/ext/com_dotnet/com_persist_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 69de4fb111796d28e92e16630221e2d02817e742 */
+ * Stub hash: 47d926b2ba30bb3616f4175664723352fff164e7 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_COMPersistHelper___construct, 0, 0, 1)
ZEND_ARG_OBJ_INFO(0, com_object, VARIANT, 1)
@@ -29,3 +29,26 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_COMPersistHelper_LoadFromS
ZEND_END_ARG_INFO()
#define arginfo_class_COMPersistHelper_SaveToStream arginfo_class_COMPersistHelper_LoadFromStream
+
+
+ZEND_METHOD(COMPersistHelper, __construct);
+ZEND_METHOD(COMPersistHelper, GetCurFileName);
+ZEND_METHOD(COMPersistHelper, SaveToFile);
+ZEND_METHOD(COMPersistHelper, LoadFromFile);
+ZEND_METHOD(COMPersistHelper, GetMaxStreamSize);
+ZEND_METHOD(COMPersistHelper, InitNew);
+ZEND_METHOD(COMPersistHelper, LoadFromStream);
+ZEND_METHOD(COMPersistHelper, SaveToStream);
+
+
+static const zend_function_entry class_COMPersistHelper_methods[] = {
+ ZEND_ME(COMPersistHelper, __construct, arginfo_class_COMPersistHelper___construct, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, GetCurFileName, arginfo_class_COMPersistHelper_GetCurFileName, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, SaveToFile, arginfo_class_COMPersistHelper_SaveToFile, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, LoadFromFile, arginfo_class_COMPersistHelper_LoadFromFile, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, GetMaxStreamSize, arginfo_class_COMPersistHelper_GetMaxStreamSize, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, InitNew, arginfo_class_COMPersistHelper_InitNew, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, LoadFromStream, arginfo_class_COMPersistHelper_LoadFromStream, ZEND_ACC_PUBLIC)
+ ZEND_ME(COMPersistHelper, SaveToStream, arginfo_class_COMPersistHelper_SaveToStream, ZEND_ACC_PUBLIC)
+ ZEND_FE_END
+};