Esempio n. 1
0
 /**
  * Module path.
  *
  * @return string
  */
 public function getModulePath()
 {
     return $this->container->basePath() . DIRECTORY_SEPARATOR . 'modules';
 }
Esempio n. 2
0
 /**
  * @return string
  */
 public function getThemePath()
 {
     return $this->container->basePath() . DIRECTORY_SEPARATOR . 'themes';
 }