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

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

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;
    }