コード例 #1
0
 public function __construct()
 {
     $this->mandrill = new Mandrill(self::get_mandrill_api_key());
     self::$instance = $this;
 }
コード例 #2
0
 function __construct($apiKey)
 {
     $this->mandrill = new Mandrill($apiKey);
     self::$instance = $this;
 }