Example #1
0
 /**
  * @return string
  */
 public function getModuleBase()
 {
     $module = ucfirst($this->module);
     if ($this->config->getBare()) {
         return '';
     }
     return 'module/' . $module . '/';
 }