PHP Class N98\Magento\Command\Developer\Module\Disableenable\AbstractCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Properties

Property Type Description
$commandName string
$config Mage_Core_Model_Config
$modulesDir string

Protected Methods

Method Description
configure ( ) : void Setup
enableCodePool ( string $codePool, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void Search a code pool for modules and enable them
enableModule ( string $module, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void Enable a single module
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void Execute command

Method Details

configure() protected method

Setup
protected configure ( ) : void
return void

enableCodePool() protected method

Search a code pool for modules and enable them
protected enableCodePool ( string $codePool, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$codePool string
$output Symfony\Component\Console\Output\OutputInterface
return integer | void

enableModule() protected method

Enable a single module
protected enableModule ( string $module, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$module string
$output Symfony\Component\Console\Output\OutputInterface
return integer | void

execute() protected method

Execute command
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

Property Details

$commandName protected_oe property

protected string $commandName
return string

$config protected_oe property

protected Mage_Core_Model_Config $config
return Mage_Core_Model_Config

$modulesDir protected_oe property

protected string $modulesDir
return string