Knp\Bundle\KnpBundlesBundle\Git\Repo::getFileContent PHP Method

getFileContent() public method

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