getProxyPort() public method

Get basic proxy port option value
public getProxyPort ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Gets the optionProxyPort value
  * @return string
  */
 public function getOptionProxyPort()
 {
     return $this->options->getProxyPort();
 }