getPrivateKey() 공개 메소드

public getPrivateKey ( ) : string
리턴 string
예제 #1
0
 /**
  * getPrivateKey
  *
  * @return string
  */
 public function getPrivateKey()
 {
     return $this->config->getPrivateKey();
 }