getCategory() public method

Get category option value
public getCategory ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Sets the optionCategory value
  * @return string
  */
 public function getOptionCategory()
 {
     return $this->options->getCategory();
 }