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 @@ -329,19 +329,6 @@ public function setInherit_global($_inherit_global) {
329
329
return ($ this ->inherit_global = $ _inherit_global );
330
330
}
331
331
332
- /**
333
- * Method called when an object has been exported with var_export() functions
334
- * It allows to return an object instantiated with the values
335
- *
336
- * @see MantisWsdlClass::__set_state()
337
- * @uses MantisWsdlClass::__set_state()
338
- * @param array $_array the exported values
339
- * @return MantisStructProjectData
340
- */
341
- public static function __set_state (array $ _array , $ _className = __CLASS__ ) {
342
- return parent ::__set_state ($ _array , $ _className );
343
- }
344
-
345
332
/**
346
333
* Method returning the class name
347
334
*
Original file line number Diff line number Diff line change @@ -154,19 +154,6 @@ public function setEmail($_email) {
154
154
return ($ this ->email = $ _email );
155
155
}
156
156
157
- /**
158
- * Method called when an object has been exported with var_export() functions
159
- * It allows to return an object instantiated with the values
160
- *
161
- * @see MantisWsdlClass::__set_state()
162
- * @uses MantisWsdlClass::__set_state()
163
- * @param array $_array the exported values
164
- * @return MantisStructAccountData
165
- */
166
- public static function __set_state (array $ _array , $ _className = __CLASS__ ) {
167
- return parent ::__set_state ($ _array , $ _className );
168
- }
169
-
170
157
/**
171
158
* Method returning the class name
172
159
*
Original file line number Diff line number Diff line change @@ -299,19 +299,6 @@ public function setNote_attr($_note_attr) {
299
299
return ($ this ->note_attr = $ _note_attr );
300
300
}
301
301
302
- /**
303
- * Method called when an object has been exported with var_export() functions
304
- * It allows to return an object instantiated with the values
305
- *
306
- * @see MantisWsdlClass::__set_state()
307
- * @uses MantisWsdlClass::__set_state()
308
- * @param array $_array the exported values
309
- * @return MantisStructIssueNoteData
310
- */
311
- public static function __set_state (array $ _array , $ _className = __CLASS__ ) {
312
- return parent ::__set_state ($ _array , $ _className );
313
- }
314
-
315
302
/**
316
303
* Method returning the class name
317
304
*
You can’t perform that action at this time.
0 commit comments