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