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

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

public __construct ( EntityManager $em, BundleManager $bundleManager, Knp\Bundle\KnpBundlesBundle\Finder\FinderInterface $finder, Repo $githubRepoApi )
$em Doctrine\ORM\EntityManager
$bundleManager Knp\Bundle\KnpBundlesBundle\Manager\BundleManager
$finder Knp\Bundle\KnpBundlesBundle\Finder\FinderInterface
$githubRepoApi Knp\Bundle\KnpBundlesBundle\Github\Repo
    public function __construct(EntityManager $em, BundleManager $bundleManager, FinderInterface $finder, Repo $githubRepoApi)
    {
        $this->em = $em;
        $this->finder = $finder;
        $this->githubRepoApi = $githubRepoApi;
        $this->bundleManager = $bundleManager;
        $this->output = new NullOutput();
    }