Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param string $apiKey
  */
 public function __construct($apiKey)
 {
     parent::__construct($apiKey);
     $this->lastRequest = null;
     $this->lastResponse = null;
 }