We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc2823 commit 281abb3Copy full SHA for 281abb3
SoftLayer/SoapClient.class.php
@@ -402,7 +402,16 @@ public function setObjectMask($mask)
402
return $this;
403
}
404
405
-
+ /**
406
+ * Set an object filter to a SoftLayer API call
407
+ *
408
+ * Use an object filter to limit what data you get back
409
+ * from the API. Very similar to objectMasks
410
411
+ * @see SoftLayer_ObjectMask
412
+ * @param object $filter The object filter you wish to define
413
+ * @return SoftLayer_SoapClient
414
+ */
415
public function setObjectFilter($objectFilter)
416
{
417
if (!is_null($objectFilter)) {
0 commit comments