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