@@ -193,6 +193,8 @@ public function offsetUnset($offset): self
193
193
*/
194
194
public function getInternArray (): array
195
195
{
196
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
197
+
196
198
return $ this ->internArray ;
197
199
}
198
200
@@ -203,6 +205,8 @@ public function getInternArray(): array
203
205
*/
204
206
public function setInternArray (array $ internArray ): self
205
207
{
208
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
209
+
206
210
$ this ->internArray = $ internArray ;
207
211
208
212
return $ this ;
@@ -214,6 +218,8 @@ public function setInternArray(array $internArray): self
214
218
*/
215
219
public function getInternArrayOffset (): int
216
220
{
221
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
222
+
217
223
return $ this ->internArrayOffset ;
218
224
}
219
225
@@ -225,6 +231,8 @@ public function getInternArrayOffset(): int
225
231
*/
226
232
public function initInternArray (array $ array = [], bool $ internCall = false ): self
227
233
{
234
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
235
+
228
236
if (is_array ($ array ) && count ($ array ) > 0 ) {
229
237
$ this
230
238
->setInternArray ($ array )
@@ -244,6 +252,8 @@ public function initInternArray(array $array = [], bool $internCall = false): se
244
252
*/
245
253
public function setInternArrayOffset (int $ internArrayOffset ): self
246
254
{
255
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
256
+
247
257
$ this ->internArrayOffset = $ internArrayOffset ;
248
258
249
259
return $ this ;
@@ -255,6 +265,8 @@ public function setInternArrayOffset(int $internArrayOffset): self
255
265
*/
256
266
public function getInternArrayIsArray (): bool
257
267
{
268
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
269
+
258
270
return $ this ->internArrayIsArray ;
259
271
}
260
272
@@ -265,6 +277,8 @@ public function getInternArrayIsArray(): bool
265
277
*/
266
278
public function setInternArrayIsArray (bool $ internArrayIsArray = false ): self
267
279
{
280
+ @trigger_error (sprintf ('%s() will be private in WsdlToPhp/PackageBase 5.0. ' , __METHOD__ ), E_USER_DEPRECATED );
281
+
268
282
$ this ->internArrayIsArray = $ internArrayIsArray ;
269
283
270
284
return $ this ;
0 commit comments