getStructClass() public method

Get struct class option value
public getStructClass ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Gets the optionStructClass value
  * @return string
  */
 public function getOptionStructClass()
 {
     return $this->options->getStructClass();
 }