Knp\Bundle\KnpBundlesBundle\Git\Repo::getFileContent PHP 메소드

getFileContent() 공개 메소드

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