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

__construct() public method

public __construct ( Github\Client $github, Symfony\Component\Console\Output\OutputInterface $output, RepoManager $gitRepoManager, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, OwnerManager $ownerManager )
$github Github\Client
$output Symfony\Component\Console\Output\OutputInterface
$gitRepoManager Knp\Bundle\KnpBundlesBundle\Git\RepoManager
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$ownerManager Knp\Bundle\KnpBundlesBundle\Manager\OwnerManager
    public function __construct(Client $github, OutputInterface $output, Git\RepoManager $gitRepoManager, EventDispatcherInterface $dispatcher, OwnerManager $ownerManager)
    {
        $this->github = $github;
        $this->output = $output;
        $this->gitRepoManager = $gitRepoManager;
        $this->dispatcher = $dispatcher;
        $this->ownerManager = $ownerManager;
    }