Beispiel #1
0
 /**
  *	@todo To Document
  */
 public function __construct()
 {
     $this->_sURLBase = S_URL_CAMPFIRE_BASE;
     $this->_sURL = $this->_sURLBase . $this->_sURLPostfix;
     $this->_sUserName = S_LOGIN_CAMPFIRE_USERTOKEN;
     $this->_sPassword = S_LOGIN_CAMPFIRE_PASSWORD;
     parent::__construct($this->_sURL, $this->_sUserName, $this->_sPassword);
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct(S_URL_TWITTER_USERUPDATES, S_LOGIN_TWITTER_USER, S_LOGIN_TWITTER_PASSWORD);
 }