Ptondereau\PackMe\Commands\CreateCommand::__construct PHP Метод

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

CreateCommand constructor.
public __construct ( Ptondereau\PackMe\Crafters\CrafterInterface $crafter, Symfony\Component\Console\Helper\HelperSet $helperSet )
$crafter Ptondereau\PackMe\Crafters\CrafterInterface
$helperSet Symfony\Component\Console\Helper\HelperSet
    public function __construct(CrafterInterface $crafter, HelperSet $helperSet)
    {
        parent::__construct($helperSet);
        $this->crafter = $crafter;
    }