getPrivateKeyPassword() public method

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