Exemplo n.º 1
0
 public function __construct($apiKey, $isTest = false)
 {
     $this->_api_key = $apiKey;
     $this->_isTest = $isTest;
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct($apiKey)
 {
     $this->_api_key = $apiKey;
     parent::__construct();
 }