Exemplo n.º 1
0
 public function __construct($id, $key, $exceptions = FALSE)
 {
     $this->AWSAccessKeyID = $id;
     $this->AWSSecretKey = $key;
     parent::__construct($exceptions);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->CharSet = 'utf-8';
     parent::__construct();
 }