예제 #1
0
 /**
  * @param $remoteHash
  * @param $privateKey
  */
 public function __construct($remoteHash, $privateKey)
 {
     parent::__construct('', $privateKey);
     $this->setRemoteHash($remoteHash);
 }
예제 #2
0
파일: Send.php 프로젝트: paulbunyannet/api
 /**
  * @param string $identity
  * @param string $privateKey
  */
 public function __construct($identity = 'my-identity', $privateKey = 'my-private-key')
 {
     parent::__construct($identity, $privateKey);
 }