setCategory() public method

Set current category option value
public setCategory ( string $category ) : GeneratorOptions
$category string
return GeneratorOptions
Exemplo n.º 1
0
 /**
  * Sets the optionCategory value
  * @param string $category
  * @return Generator
  */
 public function setOptionCategory($category)
 {
     $this->options->setCategory($category);
     return $this;
 }