getModulePath() 공개 메소드

Get module path for a specific module.
public getModulePath ( $module ) : string
$module
리턴 string
예제 #1
0
 /**
  * Get destination path.
  *
  * @return string
  */
 public function getDestinationPath()
 {
     if ($this->path) {
         return $this->path;
     }
     return $this->repository->getModulePath($this->getModuleName());
 }