WellCommerce\Bundle\DoctrineBundle\Command\GenerateEntityExtraCommand::__construct PHP Method

__construct() public method

GenerateEntityExtraCommand constructor.
public __construct ( WellCommerce\Bundle\DoctrineBundle\Enhancer\TraitGenerator\TraitGeneratorEnhancerCollection $collection, WellCommerce\Bundle\DoctrineBundle\Enhancer\TraitGenerator\TraitGeneratorEnhancerTraverserInterface $traverser, WellCommerce\Bundle\CoreBundle\Helper\Environment\EnvironmentHelperInterface $environmentHelper )
$collection WellCommerce\Bundle\DoctrineBundle\Enhancer\TraitGenerator\TraitGeneratorEnhancerCollection
$traverser WellCommerce\Bundle\DoctrineBundle\Enhancer\TraitGenerator\TraitGeneratorEnhancerTraverserInterface
$environmentHelper WellCommerce\Bundle\CoreBundle\Helper\Environment\EnvironmentHelperInterface
    public function __construct(TraitGeneratorEnhancerCollection $collection, TraitGeneratorEnhancerTraverserInterface $traverser, EnvironmentHelperInterface $environmentHelper)
    {
        parent::__construct();
        $this->collection = $collection;
        $this->traverser = $traverser;
        $this->filesystem = new Filesystem();
        $this->environmentHelper = $environmentHelper;
    }