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

__construct() public method

public __construct ( Bundle $repoEntity, PHPGit_Repository $gitRepo )
$repoEntity Knp\Bundle\KnpBundlesBundle\Entity\Bundle
$gitRepo PHPGit_Repository
    public function __construct(BundleEntity $repoEntity, \PHPGit_Repository $gitRepo)
    {
        $this->entity = $repoEntity;
        $this->gitRepo = $gitRepo;
    }