|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 69de4fb111796d28e92e16630221e2d02817e742 */ |
| 2 | + * Stub hash: 47d926b2ba30bb3616f4175664723352fff164e7 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_COMPersistHelper___construct, 0, 0, 1)
|
5 | 5 | 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
|
29 | 29 | ZEND_END_ARG_INFO()
|
30 | 30 |
|
31 | 31 | #define arginfo_class_COMPersistHelper_SaveToStream arginfo_class_COMPersistHelper_LoadFromStream
|
| 32 | + |
| 33 | + |
| 34 | +ZEND_METHOD(COMPersistHelper, __construct); |
| 35 | +ZEND_METHOD(COMPersistHelper, GetCurFileName); |
| 36 | +ZEND_METHOD(COMPersistHelper, SaveToFile); |
| 37 | +ZEND_METHOD(COMPersistHelper, LoadFromFile); |
| 38 | +ZEND_METHOD(COMPersistHelper, GetMaxStreamSize); |
| 39 | +ZEND_METHOD(COMPersistHelper, InitNew); |
| 40 | +ZEND_METHOD(COMPersistHelper, LoadFromStream); |
| 41 | +ZEND_METHOD(COMPersistHelper, SaveToStream); |
| 42 | + |
| 43 | + |
| 44 | +static const zend_function_entry class_COMPersistHelper_methods[] = { |
| 45 | + ZEND_ME(COMPersistHelper, __construct, arginfo_class_COMPersistHelper___construct, ZEND_ACC_PUBLIC) |
| 46 | + ZEND_ME(COMPersistHelper, GetCurFileName, arginfo_class_COMPersistHelper_GetCurFileName, ZEND_ACC_PUBLIC) |
| 47 | + ZEND_ME(COMPersistHelper, SaveToFile, arginfo_class_COMPersistHelper_SaveToFile, ZEND_ACC_PUBLIC) |
| 48 | + ZEND_ME(COMPersistHelper, LoadFromFile, arginfo_class_COMPersistHelper_LoadFromFile, ZEND_ACC_PUBLIC) |
| 49 | + ZEND_ME(COMPersistHelper, GetMaxStreamSize, arginfo_class_COMPersistHelper_GetMaxStreamSize, ZEND_ACC_PUBLIC) |
| 50 | + ZEND_ME(COMPersistHelper, InitNew, arginfo_class_COMPersistHelper_InitNew, ZEND_ACC_PUBLIC) |
| 51 | + ZEND_ME(COMPersistHelper, LoadFromStream, arginfo_class_COMPersistHelper_LoadFromStream, ZEND_ACC_PUBLIC) |
| 52 | + ZEND_ME(COMPersistHelper, SaveToStream, arginfo_class_COMPersistHelper_SaveToStream, ZEND_ACC_PUBLIC) |
| 53 | + ZEND_FE_END |
| 54 | +}; |
0 commit comments