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

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

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