PHP Class N98\Magento\Command\Category\Create\DummyCommand

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

Protected Methods

Method Description
configure ( ) Default Store ID
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Private Methods

Method Description
askForArguments ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : array Ask for command arguments
setCategoryStoreId ( Mage_Catalog_Model_Category $category, string | integer $storeId ) Setting the store-ID of a category requires a compatibility layer for Magento 1.5.1.0

Method Details

configure() protected method

Default Store ID
protected configure ( )

execute() protected method

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