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

Author: Aydin Hassan ([email protected])
Inheritance: extends AbstractSetupCommand
Show file Open project: netz98/n98-magerun

Public Methods

Method Description
removeSetupResource ( string $moduleName, string $setupResource, 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

removeSetupResource() public method

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