Example #1
0
 /**
  * Sets the service id to be used for requests.
  *
  * @param string $serviceId
  */
 public static function setServiceId($serviceId)
 {
     self::$serviceId = $serviceId;
 }