getCategory() public méthode

Get category option value
public getCategory ( ) : string
Résultat string
 /**
  * Sets the optionCategory value
  * @return string
  */
 public function getOptionCategory()
 {
     return $this->options->getCategory();
 }