setProxyPassword() public method

Set current proxy password option value
public setProxyPassword ( string $proxyPassword ) : GeneratorOptions
$proxyPassword string
return GeneratorOptions
Exemplo n.º 1
0
 /**
  * Sets the optionProxyPassword value
  * @param string $optionProxyPassword
  * @return Generator
  */
 public function setOptionProxyPassword($optionProxyPassword)
 {
     $this->options->setProxyPassword($optionProxyPassword);
     return $this;
 }