setPrivateKey() public method

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