getPrivateKey() public method

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