Knp\Bundle\KnpBundlesBundle\Git\Repo::getFileContent PHP Méthode

getFileContent() public méthode

public getFileContent ( $file )
    public function getFileContent($file)
    {
        return file_get_contents($this->gitRepo->getDir() . '/' . $file);
    }