getServicesFolder() public method

Get services folder option value
public getServicesFolder ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Gets the optionServicesFolder value
  * @return string
  */
 public function getOptionServicesFolder()
 {
     return $this->options->getServicesFolder();
 }