AWS_SES_WP_Mail\SES::__construct PHP Méthode

__construct() public méthode

public __construct ( $key, $secret, $region = null )
    public function __construct($key, $secret, $region = null)
    {
        $this->key = $key;
        $this->secret = $secret;
        $this->region = $region;
    }