getProxyPassword() 공개 메소드

Get basic proxy password option value
public getProxyPassword ( ) : string
리턴 string
예제 #1
0
 /**
  * Gets the optionProxyPassword value
  * @return string
  */
 public function getOptionProxyPassword()
 {
     return $this->options->getProxyPassword();
 }