Knp\Bundle\KnpBundlesBundle\Manager\BundleManager::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Common\Persistence\ObjectManager $entityManager, OwnerManager $ownerManager, Repo $repoApi )
$entityManager Doctrine\Common\Persistence\ObjectManager
$ownerManager OwnerManager
$repoApi Knp\Bundle\KnpBundlesBundle\Github\Repo
    public function __construct(ObjectManager $entityManager, OwnerManager $ownerManager, Repo $repoApi)
    {
        $this->entityManager = $entityManager;
        $this->ownerManager = $ownerManager;
        $this->repoApi = $repoApi;
    }