getPrivateKey() public méthode

public getPrivateKey ( ) : string
Résultat string
Exemple #1
0
 /**
  * getPrivateKey
  *
  * @return string
  */
 public function getPrivateKey()
 {
     return $this->config->getPrivateKey();
 }