getDirectory() 공개 메소드

Gets the path to the directory containing the working copy.
public getDirectory ( ) : string
리턴 string
예제 #1
0
 /**
  * Get name of current repo
  *
  * @return string
  */
 protected function getRepoName()
 {
     $dir = $this->repository->getDirectory();
     return basename($dir);
 }