Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param   array  $options  List of options used to configure the connection
  *
  * @since   11.1
  */
 public function __construct($options)
 {
     $keys = self::getKeys();
     // Initialise object variables.
     $this->APIkey = isset($keys->yahooAPIkey) ? $keys->yahooAPIkey : '';
     parent::__construct($options);
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param   array  $options  List of options used to configure the connection
  *
  * @since   11.1
  */
 public function __construct($options)
 {
     parent::__construct($options);
 }