コード例 #1
0
ファイル: Installer.php プロジェクト: hilmysyarif/sisfito
 /**
  * Get destination path.
  *
  * @return string
  */
 public function getDestinationPath()
 {
     if ($this->path) {
         return $this->path;
     }
     return $this->repository->getModulePath($this->getModuleName());
 }
コード例 #2
0
ファイル: _ide_helper.php プロジェクト: valik619/find-out.dev
 /**
  * Get module path for a specific module.
  *
  * @param $module
  * @return string 
  * @static 
  */
 public static function getModulePath($module)
 {
     return \Pingpong\Modules\Repository::getModulePath($module);
 }