getGatherMethods() public méthode

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