setGatherMethods() public method

Set current gather methods option value
public setGatherMethods ( string $gatherMethods ) : GeneratorOptions
$gatherMethods string
return GeneratorOptions
Esempio n. 1
0
 /**
  * Sets the optionGatherMethods value
  * @param string $gatherMethods
  * @return Generator
  */
 public function setOptionGatherMethods($gatherMethods)
 {
     $this->options->setGatherMethods($gatherMethods);
     return $this;
 }