コード例 #1
0
ファイル: Config.php プロジェクト: villhaber/sdk
 /**
  * Sets the service id to be used for requests.
  *
  * @param string $serviceId
  */
 public static function setServiceId($serviceId)
 {
     self::$serviceId = $serviceId;
 }