getDirectory() public méthode

Gets the path to the directory containing the working copy.
public getDirectory ( ) : string
Résultat string
 /**
  * Get name of current repo
  *
  * @return string
  */
 protected function getRepoName()
 {
     $dir = $this->repository->getDirectory();
     return basename($dir);
 }