PHP Class N98\Magento\Command\System\Setup\ChangeVersionCommand

Inheritance: extends AbstractSetupCommand
Datei anzeigen Open project: netz98/n98-magerun

Public Methods

Method Description
updateSetupResource ( string $moduleName, string $setupResource, $version, Symfony\Component\Console\Output\OutputInterface $output ) : mixed

Protected Methods

Method Description
configure ( ) Set up CLI options
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void

Method Details

configure() protected method

Set up CLI options
protected configure ( )

execute() protected method

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

updateSetupResource() public method

public updateSetupResource ( string $moduleName, string $setupResource, $version, Symfony\Component\Console\Output\OutputInterface $output ) : mixed
$moduleName string
$setupResource string
$version
$output Symfony\Component\Console\Output\OutputInterface
return mixed