Arkade\S3\Console\Command\ConfigSetCommand::__construct PHP Method

__construct() public method

public __construct ( Magento\Framework\App\State $state, Magento\Config\Model\Config\Factory $configFactory, S3 $helper )
$state Magento\Framework\App\State
$configFactory Magento\Config\Model\Config\Factory
$helper Arkade\S3\Helper\S3
    public function __construct(\Magento\Framework\App\State $state, Factory $configFactory, \Arkade\S3\Helper\S3 $helper)
    {
        $this->state = $state;
        $this->helper = $helper;
        $this->configFactory = $configFactory;
        parent::__construct();
    }