WellCommerce\Bundle\DoctrineBundle\Manager\Manager::__construct PHP Method

__construct() public method

Manager constructor.
public __construct ( WellCommerce\Bundle\DoctrineBundle\Factory\EntityFactoryInterface $factory = null, WellCommerce\Bundle\DoctrineBundle\Repository\RepositoryInterface $repository = null, WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface $helper, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$factory WellCommerce\Bundle\DoctrineBundle\Factory\EntityFactoryInterface
$repository WellCommerce\Bundle\DoctrineBundle\Repository\RepositoryInterface
$helper WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct(EntityFactoryInterface $factory = null, RepositoryInterface $repository = null, DoctrineHelperInterface $helper, EventDispatcherInterface $eventDispatcher)
    {
        $this->factory = $factory;
        $this->repository = $repository;
        $this->helper = $helper;
        $this->eventDispatcher = $eventDispatcher;
    }