getGatherMethods() public method

Get gather methods option value
public getGatherMethods ( ) : string
return string
 /**
  * Sets the optionGatherMethods value
  * @return string
  */
 public function getOptionGatherMethods()
 {
     return $this->options->getGatherMethods();
 }