getPrivateKey() public method

public getPrivateKey ( ) : string
return string
コード例 #1
0
ファイル: Node.php プロジェクト: lastzero/riak-php-client
 /**
  * getPrivateKey
  *
  * @return string
  */
 public function getPrivateKey()
 {
     return $this->config->getPrivateKey();
 }