getProxyHost() 공개 메소드

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