setPrivateKey() public méthode

public setPrivateKey ( string $private_key )
$private_key string
Exemple #1
0
 public function withPrivateKey($private_key, $password = '')
 {
     $this->config->setPrivateKey($private_key);
     $this->config->setPrivateKeyPassword($password);
     return $this;
 }