setCategory() public méthode

Set current category option value
public setCategory ( string $category ) : GeneratorOptions
$category string
Résultat GeneratorOptions
 /**
  * Sets the optionCategory value
  * @param string $category
  * @return Generator
  */
 public function setOptionCategory($category)
 {
     $this->options->setCategory($category);
     return $this;
 }