Elcodi\Common\CommonBundle\Command\ElcodiInstallCommand::__construct PHP Method

__construct() public method

Construct
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel, Doctrine\Common\Persistence\ObjectManager $locationEntityManager )
$kernel Symfony\Component\HttpKernel\KernelInterface Kernel
$locationEntityManager Doctrine\Common\Persistence\ObjectManager Location entity manager
    public function __construct(KernelInterface $kernel, ObjectManager $locationEntityManager)
    {
        parent::__construct();
        $this->kernel = $kernel;
        $this->locationEntityManager = $locationEntityManager;
    }