getPrivateKeyPassword() public method

public getPrivateKeyPassword ( ) : string
return string
Exemplo n.º 1
0
 /**
  * getPrivateKeyPassword
  *
  * @return string
  */
 public function getPrivateKeyPassword()
 {
     return $this->config->getPrivateKeyPassword();
 }