Example #1
0
 function __construct($user = null)
 {
     parent::__construct($user);
     $this->_apiKey = $this->_config->lighthouse->api;
 }
Example #2
0
 function __construct($user)
 {
     parent::__construct($user);
     $this->_response = null;
 }
Example #3
0
 function __construct($user)
 {
     parent::__construct($user);
     $this->_apiKey = urlencode('http://boodah.net');
 }