Beispiel #1
0
 /**
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->client = AutoScalingClient::factory($this->getConfig());
 }
Beispiel #2
0
 /**
  * コンストラクタ
  *
  * @return void
  **/
 public function __construct()
 {
     parent::__construct();
     $this->client = S3Client::factory($this->getConfig());
     $this->setBucket($this->ini['bucket']);
 }
Beispiel #3
0
 /**
  * コンストラクタ
  *
  * @return void
  **/
 public function __construct()
 {
     parent::__construct();
     $this->client = SesClient::factory($this->getConfig(Region::US_EAST_1));
 }