getProxyPassword() public method

Get basic proxy password option value
public getProxyPassword ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Gets the optionProxyPassword value
  * @return string
  */
 public function getOptionProxyPassword()
 {
     return $this->options->getProxyPassword();
 }