setStandalone() public method

Set current standalone option value
public setStandalone ( boolean $standalone ) : GeneratorOptions
$standalone boolean
return GeneratorOptions
 /**
  * Sets the optionStandalone value
  * @param bool $standalone
  * @return Generator
  */
 public function setOptionStandalone($standalone)
 {
     $this->options->setStandalone($standalone);
     return $this;
 }