This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-39
lines changed Expand file tree Collapse file tree 3 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -334,19 +334,6 @@ public function setInherit_global($_inherit_global) {
334
334
return ($ this ->inherit_global = $ _inherit_global );
335
335
}
336
336
337
- /**
338
- * Method called when an object has been exported with var_export() functions
339
- * It allows to return an object instantiated with the values
340
- *
341
- * @see MantisWsdlClass::__set_state()
342
- * @uses MantisWsdlClass::__set_state()
343
- * @param array $_array the exported values
344
- * @return MantisStructProjectData
345
- */
346
- public static function __set_state (array $ _array , $ _className = __CLASS__ ) {
347
- return parent ::__set_state ($ _array , $ _className );
348
- }
349
-
350
337
/**
351
338
* Method returning the class name
352
339
*
Original file line number Diff line number Diff line change @@ -159,19 +159,6 @@ public function setEmail($_email) {
159
159
return ($ this ->email = $ _email );
160
160
}
161
161
162
- /**
163
- * Method called when an object has been exported with var_export() functions
164
- * It allows to return an object instantiated with the values
165
- *
166
- * @see MantisWsdlClass::__set_state()
167
- * @uses MantisWsdlClass::__set_state()
168
- * @param array $_array the exported values
169
- * @return MantisStructAccountData
170
- */
171
- public static function __set_state (array $ _array , $ _className = __CLASS__ ) {
172
- return parent ::__set_state ($ _array , $ _className );
173
- }
174
-
175
162
/**
176
163
* Method returning the class name
177
164
*
Original file line number Diff line number Diff line change @@ -304,19 +304,6 @@ public function setNote_attr($_note_attr) {
304
304
return ($ this ->note_attr = $ _note_attr );
305
305
}
306
306
307
- /**
308
- * Method called when an object has been exported with var_export() functions
309
- * It allows to return an object instantiated with the values
310
- *
311
- * @see MantisWsdlClass::__set_state()
312
- * @uses MantisWsdlClass::__set_state()
313
- * @param array $_array the exported values
314
- * @return MantisStructIssueNoteData
315
- */
316
- public static function __set_state (array $ _array , $ _className = __CLASS__ ) {
317
- return parent ::__set_state ($ _array , $ _className );
318
- }
319
-
320
307
/**
321
308
* Method returning the class name
322
309
*
You can’t perform that action at this time.
0 commit comments