Knp\Bundle\KnpBundlesBundle\Git\Repo::getDir PHP Метод

getDir() публичный Метод

Returns the git repository directory
public getDir ( ) : string
Результат string
    public function getDir()
    {
        return $this->gitRepo->getDir();
    }