PHP Class Arkade\S3\Console\Command\ConfigListCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: arkadedigital/magento2-s3

Public Methods

Method Description
__construct ( Magento\Framework\App\State $state, Magento\Config\Model\Config\Factory $configFactory )

Protected Methods

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

Method Details

__construct() public method

public __construct ( Magento\Framework\App\State $state, Magento\Config\Model\Config\Factory $configFactory )
$state Magento\Framework\App\State
$configFactory Magento\Config\Model\Config\Factory

configure() protected method

protected configure ( )

execute() protected method

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