PHP Class Arkade\S3\Console\Command\ConfigSetCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: arkadedigital/magento2-s3

Méthodes publiques

Méthode Description
__construct ( Magento\Framework\App\State $state, Magento\Config\Model\Config\Factory $configFactory, S3 $helper )
getOptionsList ( )
validate ( Symfony\Component\Console\Input\InputInterface $input )

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public méthode

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

configure() protected méthode

protected configure ( )

execute() protected méthode

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getOptionsList() public méthode

public getOptionsList ( )

validate() public méthode

public validate ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface