コード例 #1
0
ファイル: connection.inc.php プロジェクト: Cyb3rNet/Cimpfony
 /**
  *	@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);
 }
コード例 #2
0
ファイル: hr.connection.inc.php プロジェクト: Cyb3rNet/Arroz
 public function __construct()
 {
     $this->_sURLBase = HIGHRISE_ACCOUNT_URL;
     $this->_sURL = $this->_sURLBase . $this->_sURLPostfix;
     $this->_sUserName = HIGHRISE_USER_TOKEN;
     $this->_sPassword = "******";
     parent::__construct($this->_sURL, $this->_sUserName, $this->_sPassword);
 }