You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -330,6 +335,7 @@ public function setAuthentication($username, $apiKey)
330
335
$header->apiKey = $apiKey;
331
336
332
337
$this->addHeader('authenticate', $header);
338
+
return$this;
333
339
}
334
340
335
341
@@ -344,6 +350,7 @@ public function setAuthentication($username, $apiKey)
344
350
*
345
351
* @link http://sldn.softlayer.com/wiki/index.php/Using_Initialization_Parameters_in_the_SoftLayer_API Using Initialization Parameters in the SoftLayer API
346
352
* @param int $id The ID number of the SoftLayer API object you wish to instantiate.
353
+
* @return SoftLayer_SoapClient
347
354
*/
348
355
publicfunctionsetInitParameter($id)
349
356
{
@@ -354,6 +361,8 @@ public function setInitParameter($id)
@@ -285,9 +290,9 @@ public function setAuthentication($username, $apiKey)
285
290
$header->apiKey = $apiKey;
286
291
287
292
$this->addHeader('authenticate', $header);
293
+
return$this;
288
294
}
289
295
290
-
291
296
/**
292
297
* Set an initialization parameter header on a SoftLayer API call
293
298
*
@@ -299,6 +304,7 @@ public function setAuthentication($username, $apiKey)
299
304
*
300
305
* @link http://sldn.softlayer.com/wiki/index.php/Using_Initialization_Parameters_in_the_SoftLayer_API Using Initialization Parameters in the SoftLayer API
301
306
* @param int $id The ID number of the SoftLayer API object you wish to instantiate.
307
+
* @return SoftLayer_XmlrpcClient
302
308
*/
303
309
publicfunctionsetInitParameter($id)
304
310
{
@@ -309,6 +315,8 @@ public function setInitParameter($id)
0 commit comments