Knp\Bundle\KnpBundlesBundle\Consumer\UpdateBundleConsumer::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Common\Persistence\ObjectManager $em, OwnerManager $ownerManager, Repo $githubRepoApi, Travis $travis, SolrIndexer $indexer )
$em Doctrine\Common\Persistence\ObjectManager
$ownerManager Knp\Bundle\KnpBundlesBundle\Manager\OwnerManager
$githubRepoApi Knp\Bundle\KnpBundlesBundle\Github\Repo
$travis Knp\Bundle\KnpBundlesBundle\Travis\Travis
$indexer Knp\Bundle\KnpBundlesBundle\Indexer\SolrIndexer
    public function __construct(ObjectManager $em, OwnerManager $ownerManager, Repo $githubRepoApi, Travis $travis, SolrIndexer $indexer)
    {
        $this->em = $em;
        $this->ownerManager = $ownerManager;
        $this->githubRepoApi = $githubRepoApi;
        $this->travis = $travis;
        $this->ownerManager = $ownerManager;
        $this->indexer = $indexer;
    }